#60781D

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

Shades of Fiji Green #60781D

Tints of Fiji Green #60781D

Color information

#60781D (or 0x60781D) is unknown color: approx Fiji Green. HEX triplet: 60, 78 and 1D. RGB value is (96,120,29). Sum of RGB (Red+Green+Blue) = 96+120+29=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #60781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60781D is #9F87E2. Grayscale: #666666. Windows color (decimal): -10455011 or 1931360. OLE color: 1931360.

HSL color Cylindrical-coordinate representation of color #60781D: hue angle of 75.82º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60781D is Cyan = 0.2, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB9612029-
CMYK0.200.760.53
HSL75.82º61.07%29.22%-
HSV(B)75.82º75.83%47.06%-
XYZ11.7616.013.63-
YUV102.4586.55123.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 29 (11.72% from 255) = 11.84%
R=39.18%
G=48.98%
B=11.84%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120290.200.760.5375.8261.0729.22
Hex60781D1404C354c3d1d
Octal14017035240114651147535
Binary11000001111000111011010001001100110101100110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60781D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60781D; }

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

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

<style>
 a { background-color: #60781D; }

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

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

<style>
 span { border-color: #60781D; }

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

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