#60711C

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

Shades of Fiji Green #60711C

Tints of Fiji Green #60711C

Color information

#60711C (or 0x60711C) is unknown color: approx Fiji Green. HEX triplet: 60, 71 and 1C. RGB value is (96,113,28). Sum of RGB (Red+Green+Blue) = 96+113+28=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #60711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60711C is #9F8EE3. Grayscale: #626262. Windows color (decimal): -10456804 or 1864032. OLE color: 1864032.

HSL color Cylindrical-coordinate representation of color #60711C: hue angle of 72º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60711C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB9611328-
CMYK0.1500.750.56
HSL72º60.28%27.65%-
HSV(B)72º75.22%44.31%-
XYZ10.9414.383.3-
YUV98.2388.37126.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 113 (44.53% from 255) = 47.68%
BLUE value IS 28 (11.33% from 255) = 11.81%
R=40.51%
G=47.68%
B=11.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113280.1500.750.567260.2827.65
Hex60711CF04B38483c1c
Octal14016134170113701107434
Binary1100000111000111100111101001011111000100100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60711C; }

 p { color: rgb(96,113,28); }

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

<style>
 a { background-color: #60711C; }

 a { background-color: rgb(96,113,28); }

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

<style>
 span { border-color: #60711C; }

 span { border-color: rgb(96,113,28); }

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