#5B7502

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

Shades of Fiji Green #5B7502

Tints of Fiji Green #5B7502

Color information

#5B7502 (or 0x5B7502) is unknown color: approx Fiji Green. HEX triplet: 5B, 75 and 02. RGB value is (91,117,2). Sum of RGB (Red+Green+Blue) = 91+117+2=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7502 is #A48AFD. Grayscale: #606060. Windows color (decimal): -10783486 or 161115. OLE color: 161115.

HSL color Cylindrical-coordinate representation of color #5B7502: hue angle of 73.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B7502 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB911172-
CMYK0.2200.980.54
HSL73.57º96.64%23.33%-
HSV(B)73.57º98.29%45.88%-
XYZ10.6914.952.38-
YUV96.1274.89124.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.33%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=43.33%
G=55.71%
B=0.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9111720.2200.980.5473.5796.6423.33
Hex5B75216062364a6117
Octal13316522601426611214127
Binary101101111101011010110011000101101101001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,2); }

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

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

 a { background-color: rgb(91,117,2); }

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

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

 span { border-color: rgb(91,117,2); }

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