Html Css Color HEX #5D720D Fiji Green

📋 copy color: '#5D720D'

red 93 ◦ green 114 ◦ blue 13

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

Shades of Fiji Green #5D720D

Tints of Fiji Green #5D720D

RGB

 RED value IS 93 (36.72% from 255) = 42.27%

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

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

R = 42.27%
G = 51.82%
B = 5.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#5D720D (or 0x5D720D) is known color: Fiji Green. HEX triplet: 5D, 72 and 0D. RGB value is (93,114,13). Sum of RGB (Red+Green+Blue) = 93+114+13=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #5D720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D720D is #A28DF2. Grayscale: #606060. Windows color (decimal): -10653171 or 881245. OLE color: 881245.

HSL color Cylindrical-coordinate representation of color #5D720D: hue angle of 72.48º 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 #5D720D is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 114 13 -
CMYK 0.18 0 0.89 0.55
HSL 72.48º 0.8% 0.25% -
HSV(B) 72.48º 0.89% 0.45% -
XYZ 10.6 14.39 2.6 -
YUV 96.21 81.04 125.71 -
System Red Green Blue C M Y K H S L
Decimal 93 114 13 0.18 0 0.89 0.55 72.48 0.8 0.25
Hex 5D 72 D 12 0 59 37 48 50 19
Octal 135 162 15 22 0 131 67 110 120 31
Binary 1011101 1110010 1101 10010 0 1011001 110111 1001000 1010000 11001

Color Harmonies of #5D720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D720D

Black with #5D720D

Text Example


Text Example

White with #5D720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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