#006F64

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

Shades of Tropical Rain Forest #006F64

Tints of Tropical Rain Forest #006F64

Color information

#006F64 (or 0x006F64) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 6F and 64. RGB value is (0,111,100). Sum of RGB (Red+Green+Blue) = 0+111+100=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #006F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F64 is #FF909B. Grayscale: #4C4C4C. Windows color (decimal): -16748700 or 6582016. OLE color: 6582016.

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

Color convert

RGB0111100-
CMYK100.100.56
HSL174.05º100%21.76%-
HSV(B)174.05º100%43.53%-
XYZ7.9812.2914.01-
YUV76.56141.2373.39-

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) = 52.61%
BLUE value IS 100 (39.45% from 255) = 47.39%
R=0%
G=52.61%
B=47.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0111100100.100.56174.0510021.76
Hex06F64640A38ae6416
Octal01571441440127025614426
Binary01101111110010011001000101011100010101110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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