#58760D

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

Shades of Fiji Green #58760D

Tints of Fiji Green #58760D

Color information

#58760D (or 0x58760D) is unknown color: approx Fiji Green. HEX triplet: 58, 76 and 0D. RGB value is (88,118,13). Sum of RGB (Red+Green+Blue) = 88+118+13=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #58760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58760D is #A789F2. Grayscale: #616161. Windows color (decimal): -10979827 or 882264. OLE color: 882264.

HSL color Cylindrical-coordinate representation of color #58760D: hue angle of 77.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58760D is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB8811813-
CMYK0.2500.890.54
HSL77.14º80.15%25.69%-
HSV(B)77.14º88.98%46.27%-
XYZ10.5815.062.73-
YUV97.0680.56121.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=40.18%
G=53.88%
B=5.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88118130.2500.890.5477.1480.1525.69
Hex5876D19059364d501a
Octal130166153101316611512032
Binary10110001110110110111001010110011101101001101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58760D; }

 p { color: rgb(88,118,13); }

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

<style>
 a { background-color: #58760D; }

 a { background-color: rgb(88,118,13); }

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

<style>
 span { border-color: #58760D; }

 span { border-color: rgb(88,118,13); }

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