Html Css Color HEX #006F62 Tropical Rain Forest

📋 copy color: '#006F62'

red 0 ◦ green 111 ◦ blue 98

#006F62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #006F62

Tints of Tropical Rain Forest #006F62

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 value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#006F62 (or 0x006F62) is known color: 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

RGB 0 111 98 -
CMYK 1 0 0.12 0.56
HSL 172.97º 1% 0.22% -
HSV(B) 172.97º 1% 0.44% -
XYZ 7.89 12.25 13.5 -
YUV 76.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 0 111 98 1 0 0.12 0.56 172.97 1 0.22
Hex 0 6F 62 64 0 C 38 AD 64 16
Octal 0 157 142 144 0 14 70 255 144 26
Binary 0 1101111 1100010 1100100 0 1100 111000 10101101 1100100 10110

Color Harmonies of #006F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F62

Black with #006F62

Text Example


Text Example

White with #006F62

Text Example


Text Example

HTML Codes & Css Web 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>