#006F62

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

Shades of Tropical Rain Forest #006F62

Tints of Tropical Rain Forest #006F62

Color information

#006F62 (or 0x006F62) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 6F and 62. RGB value is (0,111,98). Sum of RGB (Red+Green+Blue) = 0+111+98=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #006F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F62 is #FF909D. Grayscale: #4C4C4C. Windows color (decimal): -16748702 or 6450944. OLE color: 6450944.

HSL color Cylindrical-coordinate representation of color #006F62: hue angle of 172.97º 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 #006F62 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB011198-
CMYK100.120.56
HSL172.97º100%21.76%-
HSV(B)172.97º100%43.53%-
XYZ7.8912.2513.5-
YUV76.33140.2373.56-

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.11%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=0%
G=53.11%
B=46.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011198100.120.56172.9710021.76
Hex06F62640C38ad6416
Octal01571421440147025514426
Binary01101111110001011001000110011100010101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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