#5A6B03

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

Shades of Fiji Green #5A6B03

Tints of Fiji Green #5A6B03

Color information

#5A6B03 (or 0x5A6B03) is unknown color: approx Fiji Green. HEX triplet: 5A, 6B and 03. RGB value is (90,107,3). Sum of RGB (Red+Green+Blue) = 90+107+3=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6B03 is #A594FC. Grayscale: #5A5A5A. Windows color (decimal): -10851581 or 224090. OLE color: 224090.

HSL color Cylindrical-coordinate representation of color #5A6B03: hue angle of 69.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A6B03 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB901073-
CMYK0.1600.970.58
HSL69.81º94.55%21.57%-
HSV(B)69.81º97.2%41.96%-
XYZ9.4912.72.04-
YUV90.0678.87127.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45%
GREEN value IS 107 (42.19% from 255) = 53.5%
BLUE value IS 3 (1.56% from 255) = 1.5%
R=45%
G=53.5%
B=1.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9010730.1600.970.5869.8194.5521.57
Hex5A6B3100613A465f16
Octal13215332001417210613726
Binary101101011010111110000011000011110101000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,107,3); }

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

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

 a { background-color: rgb(90,107,3); }

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

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

 span { border-color: rgb(90,107,3); }

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