#5D6D0A

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

Shades of Fiji Green #5D6D0A

Tints of Fiji Green #5D6D0A

Color information

#5D6D0A (or 0x5D6D0A) is unknown color: approx Fiji Green. HEX triplet: 5D, 6D and 0A. RGB value is (93,109,10). Sum of RGB (Red+Green+Blue) = 93+109+10=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #5D6D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6D0A is #A292F5. Grayscale: #5D5D5D. Windows color (decimal): -10654454 or 683357. OLE color: 683357.

HSL color Cylindrical-coordinate representation of color #5D6D0A: hue angle of 69.7º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D6D0A is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB9310910-
CMYK0.1500.910.57
HSL69.7º83.19%23.33%-
HSV(B)69.7º90.83%42.75%-
XYZ10.0413.292.32-
YUV92.9381.2128.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.87%
GREEN value IS 109 (42.97% from 255) = 51.42%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=43.87%
G=51.42%
B=4.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93109100.1500.910.5769.783.1923.33
Hex5D6DAF05B39465317
Octal135155121701337110612327
Binary1011101110110110101111010110111110011000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,109,10); }

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

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

 a { background-color: rgb(93,109,10); }

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

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

 span { border-color: rgb(93,109,10); }

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