#60701B

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

Shades of Fiji Green #60701B

Tints of Fiji Green #60701B

Color information

#60701B (or 0x60701B) is unknown color: approx Fiji Green. HEX triplet: 60, 70 and 1B. RGB value is (96,112,27). Sum of RGB (Red+Green+Blue) = 96+112+27=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #60701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60701B is #9F8FE4. Grayscale: #616161. Windows color (decimal): -10457061 or 1798240. OLE color: 1798240.

HSL color Cylindrical-coordinate representation of color #60701B: hue angle of 71.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60701B is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB9611227-
CMYK0.1400.760.56
HSL71.29º61.15%27.25%-
HSV(B)71.29º75.89%43.92%-
XYZ10.8214.153.2-
YUV97.5388.2126.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=40.85%
G=47.66%
B=11.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112270.1400.760.5671.2961.1527.25
Hex60701BE04C38473d1b
Octal14016033160114701077533
Binary1100000111000011011111001001100111000100011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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