#5A7C0F

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

Shades of Fiji Green #5A7C0F

Tints of Fiji Green #5A7C0F

Color information

#5A7C0F (or 0x5A7C0F) is unknown color: approx Fiji Green. HEX triplet: 5A, 7C and 0F. RGB value is (90,124,15). Sum of RGB (Red+Green+Blue) = 90+124+15=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7C0F is #A583F0. Grayscale: #656565. Windows color (decimal): -10847217 or 1014874. OLE color: 1014874.

HSL color Cylindrical-coordinate representation of color #5A7C0F: hue angle of 78.72º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A7C0F is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB9012415-
CMYK0.2700.880.51
HSL78.72º78.42%27.25%-
HSV(B)78.72º87.9%48.63%-
XYZ11.5116.623.05-
YUV101.4179.24119.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.30%
GREEN value IS 124 (48.83% from 255) = 54.15%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=39.30%
G=54.15%
B=6.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90124150.2700.880.5178.7278.4227.25
Hex5A7CF1B058334f4e1b
Octal132174173301306311711633
Binary10110101111100111111011010110001100111001111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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