#5D7A08

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

Shades of Fiji Green #5D7A08

Tints of Fiji Green #5D7A08

Color information

#5D7A08 (or 0x5D7A08) is unknown color: approx Fiji Green. HEX triplet: 5D, 7A and 08. RGB value is (93,122,8). Sum of RGB (Red+Green+Blue) = 93+122+8=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7A08 is #A285F7. Grayscale: #646464. Windows color (decimal): -10651128 or 555613. OLE color: 555613.

HSL color Cylindrical-coordinate representation of color #5D7A08: hue angle of 75.26º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D7A08 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB931228-
CMYK0.2400.930.52
HSL75.26º87.69%25.49%-
HSV(B)75.26º93.44%47.84%-
XYZ11.5216.262.76-
YUV100.3375.89122.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.70%
GREEN value IS 122 (48.05% from 255) = 54.71%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=41.70%
G=54.71%
B=3.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9312280.2400.930.5275.2687.6925.49
Hex5D7A81805D344b5819
Octal135172103001356411313031
Binary10111011111010100011000010111011101001001011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,122,8); }

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

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

 a { background-color: rgb(93,122,8); }

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

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

 span { border-color: rgb(93,122,8); }

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