Html Css Color HEX #5F770B Fiji Green

📋 copy color: '#5F770B'

red 95 ◦ green 119 ◦ blue 11

#5F770B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5F770B

Tints of Fiji Green #5F770B

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 value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#5F770B (or 0x5F770B) is known color: 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

RGB 95 119 11 -
CMYK 0.20 0 0.91 0.53
HSL 73.33º 0.83% 0.25% -
HSV(B) 73.33º 0.91% 0.47% -
XYZ 11.38 15.65 2.74 -
YUV 99.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 95 119 11 0.20 0 0.91 0.53 73.33 0.83 0.25
Hex 5F 77 B 14 0 5B 35 49 53 19
Octal 137 167 13 24 0 133 65 111 123 31
Binary 1011111 1110111 1011 10100 0 1011011 110101 1001001 1010011 11001

Color Harmonies of #5F770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F770B

Black with #5F770B

Text Example


Text Example

White with #5F770B

Text Example


Text Example

HTML Codes & Css Web 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>