#5d720c

Color #5D720C Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5D720C

Tints of Fiji Green #5D720C

Color information

#5D720C (or 0x5D720C) is unknown color: approx Fiji Green. HEX triplet: 5D, 72 and 0C. RGB value is (93,114,12). Sum of RGB (Red+Green+Blue) = 93+114+12=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #5D720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D720C is #A28DF3. Grayscale: #606060. Windows color (decimal): -10653172 or 815709. OLE color: 815709.

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

Color convert

RGB9311412-
CMYK0.1800.890.55
HSL72.35º80.95%24.71%-
HSV(B)72.35º89.47%44.71%-
XYZ10.614.392.57-
YUV96.0980.54125.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.47%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=42.47%
G=52.05%
B=5.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93114120.1800.890.5572.3580.9524.71
Hex5D72C1205937485119
Octal135162142201316711012131
Binary10111011110010110010010010110011101111001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d720c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5d720c;
 }
 .AnyTagClassName
 {
   color: #5d720c;
 }
</style>
background-color css

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

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

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

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

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

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