Html Css Color HEX #5F7620 Fiji Green

📋 copy color: '#5F7620'

red 95 ◦ green 118 ◦ blue 32

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

Shades of Fiji Green #5F7620

Tints of Fiji Green #5F7620

RGB

 RED value IS 95 (37.5% from 255) = 38.78%

 GREEN value IS 118 (46.48% from 255) = 48.16%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 38.78%
G = 48.16%
B = 13.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#5F7620 (or 0x5F7620) is known color: Fiji Green. HEX triplet: 5F, 76 and 20. RGB value is (95,118,32). Sum of RGB (Red+Green+Blue) = 95+118+32=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7620 is #A089DF. Grayscale: #656565. Windows color (decimal): -10521056 or 2127455. OLE color: 2127455.

HSL color Cylindrical-coordinate representation of color #5F7620: hue angle of 76.05º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F7620 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 118 32 -
CMYK 0.19 0 0.73 0.54
HSL 76.05º 0.57% 0.29% -
HSV(B) 76.05º 0.73% 0.46% -
XYZ 11.46 15.49 3.75 -
YUV 101.32 88.88 123.49 -
System Red Green Blue C M Y K H S L
Decimal 95 118 32 0.19 0 0.73 0.54 76.05 0.57 0.29
Hex 5F 76 20 13 0 49 36 4C 39 1D
Octal 137 166 40 23 0 111 66 114 71 35
Binary 1011111 1110110 100000 10011 0 1001001 110110 1001100 111001 11101

Color Harmonies of #5F7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7620

Black with #5F7620

Text Example


Text Example

White with #5F7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,118,32); }

 H1.HeaderClassName
 {
   color: #5F7620;
 }
 .AnyTagClassName
 {
   color: #5F7620;
 }
</style>

background-color css

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

 a { background-color: rgb(95,118,32); }

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

border-color css

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

 span { border-color: rgb(95,118,32); }

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