#5C7B02

Color #5C7B02 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5C7B02

Tints of Fiji Green #5C7B02

Color information

#5C7B02 (or 0x5C7B02) is unknown color: approx Fiji Green. HEX triplet: 5C, 7B and 02. RGB value is (92,123,2). Sum of RGB (Red+Green+Blue) = 92+123+2=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7B02 is #A384FD. Grayscale: #646464. Windows color (decimal): -10716414 or 162652. OLE color: 162652.

HSL color Cylindrical-coordinate representation of color #5C7B02: hue angle of 75.37º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C7B02 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB921232-
CMYK0.2500.980.52
HSL75.37º96.8%24.51%-
HSV(B)75.37º98.37%48.24%-
XYZ11.5116.452.63-
YUV99.9472.73122.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 42.40%
GREEN value IS 123 (48.44% from 255) = 56.68%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=42.40%
G=56.68%
B=0.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9212320.2500.980.5275.3796.824.51
Hex5C7B219062344b6119
Octal13417323101426411314131
Binary101110011110111011001011000101101001001011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C7B02; }

 p { color: rgb(92,123,2); }

 H1.HeaderClassName
 {
   color: #5C7B02;
 }
 .AnyTagClassName
 {
   color: #5C7B02;
 }
</style>
background-color css

<style>
 a { background-color: #5C7B02; }

 a { background-color: rgb(92,123,2); }

 div.DivClassName
 {
   background-color: #5C7B02;
 }
 .BgClassName
 {
   background-color: #5C7B02;
 }
</style>
border-color css

<style>
 span { border-color: #5C7B02; }

 span { border-color: rgb(92,123,2); }

 td.TdClassName
 {
   border-color: #5C7B02;
 }
 .TagClassName
 {
   border-color: #5C7B02;
 }
</style>