#58770A

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

Shades of Fiji Green #58770A

Tints of Fiji Green #58770A

Color information

#58770A (or 0x58770A) is unknown color: approx Fiji Green. HEX triplet: 58, 77 and 0A. RGB value is (88,119,10). Sum of RGB (Red+Green+Blue) = 88+119+10=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #58770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58770A is #A788F5. Grayscale: #616161. Windows color (decimal): -10979574 or 685912. OLE color: 685912.

HSL color Cylindrical-coordinate representation of color #58770A: hue angle of 77.06º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58770A is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB8811910-
CMYK0.2600.920.53
HSL77.06º84.5%25.29%-
HSV(B)77.06º91.6%46.67%-
XYZ10.6815.292.68-
YUV97.378.73121.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=40.55%
G=54.84%
B=4.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88119100.2600.920.5377.0684.525.29
Hex5877A1A05C354d5419
Octal130167123201346511512431
Binary10110001110111101011010010111001101011001101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58770A; }

 p { color: rgb(88,119,10); }

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

<style>
 a { background-color: #58770A; }

 a { background-color: rgb(88,119,10); }

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

<style>
 span { border-color: #58770A; }

 span { border-color: rgb(88,119,10); }

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