Html Css Color HEX #008064 Tropical Rain Forest

📋 copy color: '#008064'

red 0 ◦ green 128 ◦ blue 100

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

Shades of Tropical Rain Forest #008064

Tints of Tropical Rain Forest #008064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.86%

R = 0%
G = 56.14%
B = 43.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#008064 (or 0x008064) is known color: Tropical Rain Forest. HEX triplet: 00, 80 and 64. RGB value is (0,128,100). Sum of RGB (Red+Green+Blue) = 0+128+100=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #008064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008064 is #FF7F9B. Grayscale: #565656. Windows color (decimal): -16744348 or 6586368. OLE color: 6586368.

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

Color convert

RGB 0 128 100 -
CMYK 1 0 0.22 0.50
HSL 166.88º 1% 0.25% -
HSV(B) 166.88º 1% 0.5% -
XYZ 10.02 16.36 14.69 -
YUV 86.54 135.59 66.28 -
System Red Green Blue C M Y K H S L
Decimal 0 128 100 1 0 0.22 0.50 166.88 1 0.25
Hex 0 80 64 64 0 16 32 A7 64 19
Octal 0 200 144 144 0 26 62 247 144 31
Binary 0 10000000 1100100 1100100 0 10110 110010 10100111 1100100 11001

Color Harmonies of #008064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008064

Black with #008064

Text Example


Text Example

White with #008064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008064; }

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

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

background-color css

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

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

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

border-color css

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

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

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