#60770C

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

Shades of Fiji Green #60770C

Tints of Fiji Green #60770C

Color information

#60770C (or 0x60770C) is unknown color: approx Fiji Green. HEX triplet: 60, 77 and 0C. RGB value is (96,119,12). Sum of RGB (Red+Green+Blue) = 96+119+12=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #60770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60770C is #9F88F3. Grayscale: #646464. Windows color (decimal): -10455284 or 816992. OLE color: 816992.

HSL color Cylindrical-coordinate representation of color #60770C: hue angle of 72.9º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60770C is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB9611912-
CMYK0.1900.900.53
HSL72.9º81.68%25.69%-
HSV(B)72.9º89.92%46.67%-
XYZ11.4915.712.77-
YUV99.9278.38125.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=42.29%
G=52.42%
B=5.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96119120.1900.900.5372.981.6825.69
Hex6077C1305A3549521a
Octal140167142301326511112232
Binary11000001110111110010011010110101101011001001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60770C; }

 p { color: rgb(96,119,12); }

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

<style>
 a { background-color: #60770C; }

 a { background-color: rgb(96,119,12); }

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

<style>
 span { border-color: #60770C; }

 span { border-color: rgb(96,119,12); }

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