#5A6605

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

Shades of Fiji Green #5A6605

Tints of Fiji Green #5A6605

Color information

#5A6605 (or 0x5A6605) is unknown color: approx Fiji Green. HEX triplet: 5A, 66 and 05. RGB value is (90,102,5). Sum of RGB (Red+Green+Blue) = 90+102+5=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6605 is #A599FA. Grayscale: #575757. Windows color (decimal): -10852859 or 353882. OLE color: 353882.

HSL color Cylindrical-coordinate representation of color #5A6605: hue angle of 67.42º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A6605 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB901025-
CMYK0.1200.950.6
HSL67.42º90.65%20.98%-
HSV(B)67.42º95.1%40%-
XYZ911.691.93-
YUV87.3581.52129.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 102 (40.23% from 255) = 51.78%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=45.69%
G=51.78%
B=2.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9010250.1200.950.667.4290.6520.98
Hex5A665C05F3C435b15
Octal13214651401377410313325
Binary101101011001101011100010111111111001000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,102,5); }

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

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

 a { background-color: rgb(90,102,5); }

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

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

 span { border-color: rgb(90,102,5); }

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