#5A690F

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

Shades of Fiji Green #5A690F

Tints of Fiji Green #5A690F

Color information

#5A690F (or 0x5A690F) is unknown color: approx Fiji Green. HEX triplet: 5A, 69 and 0F. RGB value is (90,105,15). Sum of RGB (Red+Green+Blue) = 90+105+15=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #5A690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A690F is #A596F0. Grayscale: #5A5A5A. Windows color (decimal): -10852081 or 1010010. OLE color: 1010010.

HSL color Cylindrical-coordinate representation of color #5A690F: hue angle of 70º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A690F is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB9010515-
CMYK0.1400.860.59
HSL70º75%23.53%-
HSV(B)70º85.71%41.18%-
XYZ9.3512.312.34-
YUV90.2685.53127.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=42.86%
G=50%
B=7.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105150.1400.860.59707523.53
Hex5A69FE0563B464b18
Octal132151171601267310611330
Binary1011010110100111111110010101101110111000110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,105,15); }

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

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

 a { background-color: rgb(90,105,15); }

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

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

 span { border-color: rgb(90,105,15); }

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