#5D6900

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

Shades of Fiji Green #5D6900

Tints of Fiji Green #5D6900

Color information

#5D6900 (or 0x5D6900) is unknown color: approx Fiji Green. HEX triplet: 5D, 69 and 00. RGB value is (93,105,0). Sum of RGB (Red+Green+Blue) = 93+105+0=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #5D6900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6900 is #A296FF. Grayscale: #595959. Windows color (decimal): -10655488 or 26973. OLE color: 26973.

HSL color Cylindrical-coordinate representation of color #5D6900: hue angle of 66.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D6900 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB931050-
CMYK0.11010.59
HSL66.86º100%20.59%-
HSV(B)66.86º100%41.18%-
XYZ9.5712.431.9-
YUV89.4477.52130.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.97%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.97%
G=53.03%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9310500.11010.5966.8610020.59
Hex5D690B0643B436415
Octal13515101301447310314425
Binary1011101110100101011011001001110111000011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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