#5D6507

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

Shades of Fiji Green #5D6507

Tints of Fiji Green #5D6507

Color information

#5D6507 (or 0x5D6507) is unknown color: approx Fiji Green. HEX triplet: 5D, 65 and 07. RGB value is (93,101,7). Sum of RGB (Red+Green+Blue) = 93+101+7=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6507 is #A29AF8. Grayscale: #585858. Windows color (decimal): -10656505 or 484701. OLE color: 484701.

HSL color Cylindrical-coordinate representation of color #5D6507: hue angle of 65.11º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D6507 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB931017-
CMYK0.0800.930.60
HSL65.11º87.04%21.18%-
HSV(B)65.11º93.07%39.61%-
XYZ9.2111.651.96-
YUV87.8982.35131.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.27%
GREEN value IS 101 (39.84% from 255) = 50.25%
BLUE value IS 7 (3.12% from 255) = 3.48%
R=46.27%
G=50.25%
B=3.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9310170.0800.930.6065.1187.0421.18
Hex5D657805D3C415715
Octal13514571001357410112725
Binary101110111001011111000010111011111001000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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