Html Css Color HEX #008061 Tropical Rain Forest

📋 copy color: '#008061'

red 0 ◦ green 128 ◦ blue 97

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

Shades of Tropical Rain Forest #008061

Tints of Tropical Rain Forest #008061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.89%

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

R = 0%
G = 56.89%
B = 43.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#008061 (or 0x008061) is known color: Tropical Rain Forest. HEX triplet: 00, 80 and 61. RGB value is (0,128,97). Sum of RGB (Red+Green+Blue) = 0+128+97=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #008061 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008061 is #FF7F9E. Grayscale: #565656. Windows color (decimal): -16744351 or 6389760. OLE color: 6389760.

HSL color Cylindrical-coordinate representation of color #008061: hue angle of 165.47º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008061 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 128 97 -
CMYK 1 0 0.24 0.50
HSL 165.47º 1% 0.25% -
HSV(B) 165.47º 1% 0.5% -
XYZ 9.88 16.3 13.94 -
YUV 86.19 134.09 66.52 -
System Red Green Blue C M Y K H S L
Decimal 0 128 97 1 0 0.24 0.50 165.47 1 0.25
Hex 0 80 61 64 0 18 32 A5 64 19
Octal 0 200 141 144 0 30 62 245 144 31
Binary 0 10000000 1100001 1100100 0 11000 110010 10100101 1100100 11001

Color Harmonies of #008061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008061

Black with #008061

Text Example


Text Example

White with #008061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008061; }

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

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

background-color css

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

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

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

border-color css

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

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

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