Html Css Color HEX #007060 Tropical Rain Forest

📋 copy color: '#007060'

red 0 ◦ green 112 ◦ blue 96

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

Shades of Tropical Rain Forest #007060

Tints of Tropical Rain Forest #007060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 0%
G = 53.85%
B = 46.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#007060 (or 0x007060) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 60. RGB value is (0,112,96). Sum of RGB (Red+Green+Blue) = 0+112+96=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #007060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007060 is #FF8F9F. Grayscale: #4C4C4C. Windows color (decimal): -16748448 or 6320128. OLE color: 6320128.

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

Color convert

RGB 0 112 96 -
CMYK 1 0 0.14 0.56
HSL 171.43º 1% 0.22% -
HSV(B) 171.43º 1% 0.44% -
XYZ 7.91 12.43 13.05 -
YUV 76.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 0 112 96 1 0 0.14 0.56 171.43 1 0.22
Hex 0 70 60 64 0 E 38 AB 64 16
Octal 0 160 140 144 0 16 70 253 144 26
Binary 0 1110000 1100000 1100100 0 1110 111000 10101011 1100100 10110

Color Harmonies of #007060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007060

Black with #007060

Text Example


Text Example

White with #007060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007060; }

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

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

background-color css

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

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

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

border-color css

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

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

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