Html Css Color HEX #007064 Tropical Rain Forest

📋 copy color: '#007064'

red 0 ◦ green 112 ◦ blue 100

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

Shades of Tropical Rain Forest #007064

Tints of Tropical Rain Forest #007064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.83%

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

R = 0%
G = 52.83%
B = 47.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#007064 (or 0x007064) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 64. RGB value is (0,112,100). Sum of RGB (Red+Green+Blue) = 0+112+100=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #007064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007064 is #FF8F9B. Grayscale: #4D4D4D. Windows color (decimal): -16748444 or 6582272. OLE color: 6582272.

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

Color convert

RGB 0 112 100 -
CMYK 1 0 0.11 0.56
HSL 173.57º 1% 0.22% -
HSV(B) 173.57º 1% 0.44% -
XYZ 8.09 12.51 14.04 -
YUV 77.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 0 112 100 1 0 0.11 0.56 173.57 1 0.22
Hex 0 70 64 64 0 B 38 AE 64 16
Octal 0 160 144 144 0 13 70 256 144 26
Binary 0 1110000 1100100 1100100 0 1011 111000 10101110 1100100 10110

Color Harmonies of #007064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007064

Black with #007064

Text Example


Text Example

White with #007064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007064; }

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

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

background-color css

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

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

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

border-color css

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

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

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