#60780A

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

Shades of Fiji Green #60780A

Tints of Fiji Green #60780A

Color information

#60780A (or 0x60780A) is unknown color: approx Fiji Green. HEX triplet: 60, 78 and 0A. RGB value is (96,120,10). Sum of RGB (Red+Green+Blue) = 96+120+10=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #60780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60780A is #9F87F5. Grayscale: #646464. Windows color (decimal): -10455030 or 686176. OLE color: 686176.

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

Color convert

RGB9612010-
CMYK0.200.920.53
HSL73.09º84.62%25.49%-
HSV(B)73.09º91.67%47.06%-
XYZ11.615.942.75-
YUV100.2877.05124.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=42.48%
G=53.10%
B=4.42%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120100.200.920.5373.0984.6225.49
Hex6078A1405C35495519
Octal140170122401346511112531
Binary11000001111000101010100010111001101011001001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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