#006F60

Color #006F60 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #006F60

Tints of Tropical Rain Forest #006F60

Color information

#006F60 (or 0x006F60) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 6F and 60. RGB value is (0,111,96). Sum of RGB (Red+Green+Blue) = 0+111+96=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #006F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F60 is #FF909F. Grayscale: #4C4C4C. Windows color (decimal): -16748704 or 6319872. OLE color: 6319872.

HSL color Cylindrical-coordinate representation of color #006F60: hue angle of 171.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F60 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB011196-
CMYK100.140.56
HSL171.89º100%21.76%-
HSV(B)171.89º100%43.53%-
XYZ7.812.2113.01-
YUV76.1139.2373.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 53.62%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=0%
G=53.62%
B=46.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011196100.140.56171.8910021.76
Hex06F60640E38ac6416
Octal01571401440167025414426
Binary01101111110000011001000111011100010101100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006F60; }

 p { color: rgb(0,111,96); }

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

<style>
 a { background-color: #006F60; }

 a { background-color: rgb(0,111,96); }

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

<style>
 span { border-color: #006F60; }

 span { border-color: rgb(0,111,96); }

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