#60780E

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

Shades of Fiji Green #60780E

Tints of Fiji Green #60780E

Color information

#60780E (or 0x60780E) is unknown color: approx Fiji Green. HEX triplet: 60, 78 and 0E. RGB value is (96,120,14). Sum of RGB (Red+Green+Blue) = 96+120+14=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #60780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60780E is #9F87F1. Grayscale: #656565. Windows color (decimal): -10455026 or 948320. OLE color: 948320.

HSL color Cylindrical-coordinate representation of color #60780E: hue angle of 73.58º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60780E is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB9612014-
CMYK0.200.880.53
HSL73.58º79.1%26.27%-
HSV(B)73.58º88.33%47.06%-
XYZ11.6215.952.88-
YUV100.7479.05124.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=41.74%
G=52.17%
B=6.09%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120140.200.880.5373.5879.126.27
Hex6078E14058354a4f1a
Octal140170162401306511211732
Binary11000001111000111010100010110001101011001010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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