#58780A

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

Shades of Fiji Green #58780A

Tints of Fiji Green #58780A

Color information

#58780A (or 0x58780A) is unknown color: approx Fiji Green. HEX triplet: 58, 78 and 0A. RGB value is (88,120,10). Sum of RGB (Red+Green+Blue) = 88+120+10=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #58780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58780A is #A787F5. Grayscale: #626262. Windows color (decimal): -10979318 or 686168. OLE color: 686168.

HSL color Cylindrical-coordinate representation of color #58780A: hue angle of 77.45º degrees, saturation: 0.85, 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 #58780A is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB8812010-
CMYK0.2700.920.53
HSL77.45º84.62%25.49%-
HSV(B)77.45º91.67%47.06%-
XYZ10.815.532.72-
YUV97.8978.4120.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=40.37%
G=55.05%
B=4.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88120100.2700.920.5377.4584.6225.49
Hex5878A1B05C354d5519
Octal130170123301346511512531
Binary10110001111000101011011010111001101011001101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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