#5D7700

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

Shades of Fiji Green #5D7700

Tints of Fiji Green #5D7700

Color information

#5D7700 (or 0x5D7700) is unknown color: approx Fiji Green. HEX triplet: 5D, 77 and 00. RGB value is (93,119,0). Sum of RGB (Red+Green+Blue) = 93+119+0=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7700 is #A288FF. Grayscale: #626262. Windows color (decimal): -10651904 or 30557. OLE color: 30557.

HSL color Cylindrical-coordinate representation of color #5D7700: hue angle of 73.11º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D7700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB931190-
CMYK0.22010.53
HSL73.11º100%23.33%-
HSV(B)73.11º100%46.67%-
XYZ11.1115.522.41-
YUV97.6672.89124.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.87%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.87%
G=56.13%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9311900.22010.5373.1110023.33
Hex5D7701606435496417
Octal13516702601446511114427
Binary10111011110111010110011001001101011001001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,119,0); }

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

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

 a { background-color: rgb(93,119,0); }

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

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

 span { border-color: rgb(93,119,0); }

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