Html Css Color HEX #006F61 Tropical Rain Forest

📋 copy color: '#006F61'

red 0 ◦ green 111 ◦ blue 97

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

Shades of Tropical Rain Forest #006F61

Tints of Tropical Rain Forest #006F61

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 53.37%

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 0%
G = 53.37%
B = 46.63%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#006F61 (or 0x006F61) is known color: Tropical Rain Forest. HEX triplet: 00, 6F and 61. RGB value is (0,111,97). Sum of RGB (Red+Green+Blue) = 0+111+97=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #006F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F61 is #FF909E. Grayscale: #4C4C4C. Windows color (decimal): -16748703 or 6385408. OLE color: 6385408.

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

Color convert

RGB 0 111 97 -
CMYK 1 0 0.13 0.56
HSL 172.43º 1% 0.22% -
HSV(B) 172.43º 1% 0.44% -
XYZ 7.84 12.23 13.26 -
YUV 76.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 0 111 97 1 0 0.13 0.56 172.43 1 0.22
Hex 0 6F 61 64 0 D 38 AC 64 16
Octal 0 157 141 144 0 15 70 254 144 26
Binary 0 1101111 1100001 1100100 0 1101 111000 10101100 1100100 10110

Color Harmonies of #006F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F61

Black with #006F61

Text Example


Text Example

White with #006F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #006F61;
 }
 .AnyTagClassName
 {
   color: #006F61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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