#60781B

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

Shades of Fiji Green #60781B

Tints of Fiji Green #60781B

Color information

#60781B (or 0x60781B) is unknown color: approx Fiji Green. HEX triplet: 60, 78 and 1B. RGB value is (96,120,27). Sum of RGB (Red+Green+Blue) = 96+120+27=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #60781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60781B is #9F87E4. Grayscale: #666666. Windows color (decimal): -10455013 or 1800288. OLE color: 1800288.

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

Color convert

RGB9612027-
CMYK0.200.780.53
HSL75.48º63.27%28.82%-
HSV(B)75.48º77.5%47.06%-
XYZ11.74163.51-
YUV102.2285.55123.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 120 (47.27% from 255) = 49.38%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=39.51%
G=49.38%
B=11.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120270.200.780.5375.4863.2728.82
Hex60781B1404E354b3f1d
Octal14017033240116651137735
Binary11000001111000110111010001001110110101100101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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