#5A7002

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

Shades of Fiji Green #5A7002

Tints of Fiji Green #5A7002

Color information

#5A7002 (or 0x5A7002) is unknown color: approx Fiji Green. HEX triplet: 5A, 70 and 02. RGB value is (90,112,2). Sum of RGB (Red+Green+Blue) = 90+112+2=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7002 is #A58FFD. Grayscale: #5D5D5D. Windows color (decimal): -10850302 or 159834. OLE color: 159834.

HSL color Cylindrical-coordinate representation of color #5A7002: hue angle of 72º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A7002 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB901122-
CMYK0.2000.980.56
HSL72º96.49%22.35%-
HSV(B)72º98.21%43.92%-
XYZ10.0213.772.19-
YUV92.8876.71125.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 112 (44.14% from 255) = 54.90%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=44.12%
G=54.90%
B=0.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9011220.2000.980.567296.4922.35
Hex5A7021406238486016
Octal13216022401427011014026
Binary101101011100001010100011000101110001001000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,112,2); }

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

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

 a { background-color: rgb(90,112,2); }

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

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

 span { border-color: rgb(90,112,2); }

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