#5D6007

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

Shades of Fiji Green #5D6007

Tints of Fiji Green #5D6007

Color information

#5D6007 (or 0x5D6007) is unknown color: approx Fiji Green. HEX triplet: 5D, 60 and 07. RGB value is (93,96,7). Sum of RGB (Red+Green+Blue) = 93+96+7=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6007 is #A29FF8. Grayscale: #555555. Windows color (decimal): -10657785 or 483421. OLE color: 483421.

HSL color Cylindrical-coordinate representation of color #5D6007: hue angle of 62.02º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D6007 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB93967-
CMYK0.0300.930.62
HSL62.02º86.41%20.2%-
HSV(B)62.02º92.71%37.65%-
XYZ8.7410.711.81-
YUV84.9684.01133.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.45%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 7 (3.12% from 255) = 3.57%
R=47.45%
G=48.98%
B=3.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal939670.0300.930.6262.0286.4120.2
Hex5D607305D3E3e5614
Octal135140730135767612624
Binary101110111000001111101011101111110111110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,96,7); }

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

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

 a { background-color: rgb(93,96,7); }

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

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

 span { border-color: rgb(93,96,7); }

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