Html Css Color HEX #5F720D Fiji Green

📋 copy color: '#5F720D'

red 95 ◦ green 114 ◦ blue 13

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

Shades of Fiji Green #5F720D

Tints of Fiji Green #5F720D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 42.79%
G = 51.35%
B = 5.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#5F720D (or 0x5F720D) is known color: Fiji Green. HEX triplet: 5F, 72 and 0D. RGB value is (95,114,13). Sum of RGB (Red+Green+Blue) = 95+114+13=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #5F720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F720D is #A08DF2. Grayscale: #616161. Windows color (decimal): -10522099 or 881247. OLE color: 881247.

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

Color convert

RGB 95 114 13 -
CMYK 0.17 0 0.89 0.55
HSL 71.29º 0.8% 0.25% -
HSV(B) 71.29º 0.89% 0.45% -
XYZ 10.81 14.5 2.61 -
YUV 96.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 95 114 13 0.17 0 0.89 0.55 71.29 0.8 0.25
Hex 5F 72 D 11 0 59 37 47 50 19
Octal 137 162 15 21 0 131 67 107 120 31
Binary 1011111 1110010 1101 10001 0 1011001 110111 1000111 1010000 11001

Color Harmonies of #5F720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F720D

Black with #5F720D

Text Example


Text Example

White with #5F720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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