#5D7616

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

Shades of Fiji Green #5D7616

Tints of Fiji Green #5D7616

Color information

#5D7616 (or 0x5D7616) is unknown color: approx Fiji Green. HEX triplet: 5D, 76 and 16. RGB value is (93,118,22). Sum of RGB (Red+Green+Blue) = 93+118+22=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7616 is #A289E9. Grayscale: #636363. Windows color (decimal): -10652138 or 1472093. OLE color: 1472093.

HSL color Cylindrical-coordinate representation of color #5D7616: hue angle of 75.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D7616 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB9311822-
CMYK0.2100.810.54
HSL75.62º68.57%27.45%-
HSV(B)75.62º81.36%46.27%-
XYZ11.1415.343.13-
YUV99.5884.22123.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.91%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=39.91%
G=50.64%
B=9.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93118220.2100.810.5475.6268.5727.45
Hex5D761615051364c451b
Octal135166262501216611410533
Binary101110111101101011010101010100011101101001100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,118,22); }

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

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

 a { background-color: rgb(93,118,22); }

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

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

 span { border-color: rgb(93,118,22); }

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