#60761F

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

Shades of Fiji Green #60761F

Tints of Fiji Green #60761F

Color information

#60761F (or 0x60761F) is unknown color: approx Fiji Green. HEX triplet: 60, 76 and 1F. RGB value is (96,118,31). Sum of RGB (Red+Green+Blue) = 96+118+31=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #60761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60761F is #9F89E0. Grayscale: #656565. Windows color (decimal): -10455521 or 2061920. OLE color: 2061920.

HSL color Cylindrical-coordinate representation of color #60761F: hue angle of 75.17º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60761F is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB9611831-
CMYK0.1900.740.54
HSL75.17º58.39%29.22%-
HSV(B)75.17º73.73%46.27%-
XYZ11.5515.543.69-
YUV101.588.21124.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=39.18%
G=48.16%
B=12.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96118310.1900.740.5475.1758.3929.22
Hex60761F1304A364b3a1d
Octal14016637230112661137235
Binary11000001110110111111001101001010110110100101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60761F; }

 p { color: rgb(96,118,31); }

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

<style>
 a { background-color: #60761F; }

 a { background-color: rgb(96,118,31); }

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

<style>
 span { border-color: #60761F; }

 span { border-color: rgb(96,118,31); }

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