#5F770B

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

Shades of Fiji Green #5F770B

Tints of Fiji Green #5F770B

Color information

#5F770B (or 0x5F770B) is unknown color: approx Fiji Green. HEX triplet: 5F, 77 and 0B. RGB value is (95,119,11). Sum of RGB (Red+Green+Blue) = 95+119+11=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #5F770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F770B is #A088F4. Grayscale: #636363. Windows color (decimal): -10520821 or 751455. OLE color: 751455.

HSL color Cylindrical-coordinate representation of color #5F770B: hue angle of 73.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F770B is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB9511911-
CMYK0.2000.910.53
HSL73.33º83.08%25.49%-
HSV(B)73.33º90.76%46.67%-
XYZ11.3815.652.74-
YUV99.5178.05124.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.22%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=42.22%
G=52.89%
B=4.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95119110.2000.910.5373.3383.0825.49
Hex5F77B1405B35495319
Octal137167132401336511112331
Binary10111111110111101110100010110111101011001001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,119,11); }

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

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

 a { background-color: rgb(95,119,11); }

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

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

 span { border-color: rgb(95,119,11); }

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