#60770A

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

Shades of Fiji Green #60770A

Tints of Fiji Green #60770A

Color information

#60770A (or 0x60770A) is unknown color: approx Fiji Green. HEX triplet: 60, 77 and 0A. RGB value is (96,119,10). Sum of RGB (Red+Green+Blue) = 96+119+10=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #60770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60770A is #9F88F5. Grayscale: #646464. Windows color (decimal): -10455286 or 685920. OLE color: 685920.

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

Color convert

RGB9611910-
CMYK0.1900.920.53
HSL72.66º84.5%25.29%-
HSV(B)72.66º91.6%46.67%-
XYZ11.4815.72.71-
YUV99.777.38125.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=42.67%
G=52.89%
B=4.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96119100.1900.920.5372.6684.525.29
Hex6077A1305C35495419
Octal140167122301346511112431
Binary11000001110111101010011010111001101011001001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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