Html Css Color HEX #008065 Tropical Rain Forest

📋 copy color: '#008065'

red 0 ◦ green 128 ◦ blue 101

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

Shades of Tropical Rain Forest #008065

Tints of Tropical Rain Forest #008065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 0%
G = 55.9%
B = 44.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#008065 (or 0x008065) is known color: Tropical Rain Forest. HEX triplet: 00, 80 and 65. RGB value is (0,128,101). Sum of RGB (Red+Green+Blue) = 0+128+101=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #008065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008065 is #FF7F9A. Grayscale: #565656. Windows color (decimal): -16744347 or 6651904. OLE color: 6651904.

HSL color Cylindrical-coordinate representation of color #008065: hue angle of 167.34º 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 #008065 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 128 101 -
CMYK 1 0 0.21 0.50
HSL 167.34º 1% 0.25% -
HSV(B) 167.34º 1% 0.5% -
XYZ 10.07 16.38 14.94 -
YUV 86.65 136.09 66.2 -
System Red Green Blue C M Y K H S L
Decimal 0 128 101 1 0 0.21 0.50 167.34 1 0.25
Hex 0 80 65 64 0 15 32 A7 64 19
Octal 0 200 145 144 0 25 62 247 144 31
Binary 0 10000000 1100101 1100100 0 10101 110010 10100111 1100100 11001

Color Harmonies of #008065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008065

Black with #008065

Text Example


Text Example

White with #008065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008065; }

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

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

background-color css

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

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

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

border-color css

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

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

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