Html Css Color HEX #5F721E Fiji Green

📋 copy color: '#5F721E'

red 95 ◦ green 114 ◦ blue 30

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

Shades of Fiji Green #5F721E

Tints of Fiji Green #5F721E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.7%

 BLUE value IS 30 (12.11% from 255) = 12.55%

R = 39.75%
G = 47.7%
B = 12.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#5F721E (or 0x5F721E) is known color: Fiji Green. HEX triplet: 5F, 72 and 1E. RGB value is (95,114,30). Sum of RGB (Red+Green+Blue) = 95+114+30=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #5F721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F721E is #A08DE1. Grayscale: #636363. Windows color (decimal): -10522082 or 1995359. OLE color: 1995359.

HSL color Cylindrical-coordinate representation of color #5F721E: hue angle of 73.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F721E is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 114 30 -
CMYK 0.17 0 0.74 0.55
HSL 73.57º 0.58% 0.28% -
HSV(B) 73.57º 0.74% 0.45% -
XYZ 10.97 14.56 3.46 -
YUV 98.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 95 114 30 0.17 0 0.74 0.55 73.57 0.58 0.28
Hex 5F 72 1E 11 0 4A 37 4A 3A 1C
Octal 137 162 36 21 0 112 67 112 72 34
Binary 1011111 1110010 11110 10001 0 1001010 110111 1001010 111010 11100

Color Harmonies of #5F721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F721E

Black with #5F721E

Text Example


Text Example

White with #5F721E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,114,30); }

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

background-color css

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

 a { background-color: rgb(95,114,30); }

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

border-color css

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

 span { border-color: rgb(95,114,30); }

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