Html Css Color HEX #5F7020 Fiji Green

📋 copy color: '#5F7020'

red 95 ◦ green 112 ◦ blue 32

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

Shades of Fiji Green #5F7020

Tints of Fiji Green #5F7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.86%

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

R = 39.75%
G = 46.86%
B = 13.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#5F7020 (or 0x5F7020) is known color: Fiji Green. HEX triplet: 5F, 70 and 20. RGB value is (95,112,32). Sum of RGB (Red+Green+Blue) = 95+112+32=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7020 is #A08FDF. Grayscale: #626262. Windows color (decimal): -10522592 or 2125919. OLE color: 2125919.

HSL color Cylindrical-coordinate representation of color #5F7020: hue angle of 72.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F7020 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 112 32 -
CMYK 0.15 0 0.71 0.56
HSL 72.75º 0.56% 0.28% -
HSV(B) 72.75º 0.71% 0.44% -
XYZ 10.77 14.13 3.53 -
YUV 97.8 90.87 126 -
System Red Green Blue C M Y K H S L
Decimal 95 112 32 0.15 0 0.71 0.56 72.75 0.56 0.28
Hex 5F 70 20 F 0 47 38 49 38 1C
Octal 137 160 40 17 0 107 70 111 70 34
Binary 1011111 1110000 100000 1111 0 1000111 111000 1001001 111000 11100

Color Harmonies of #5F7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7020

Black with #5F7020

Text Example


Text Example

White with #5F7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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