Html Css Color HEX #00705E Tropical Rain Forest

📋 copy color: '#00705E'

red 0 ◦ green 112 ◦ blue 94

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

Shades of Tropical Rain Forest #00705E

Tints of Tropical Rain Forest #00705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.63%

R = 0%
G = 54.37%
B = 45.63%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#00705E (or 0x00705E) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 5E. RGB value is (0,112,94). Sum of RGB (Red+Green+Blue) = 0+112+94=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #00705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00705E is #FF8FA1. Grayscale: #4C4C4C. Windows color (decimal): -16748450 or 6189056. OLE color: 6189056.

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

Color convert

RGB 0 112 94 -
CMYK 1 0 0.16 0.56
HSL 170.36º 1% 0.22% -
HSV(B) 170.36º 1% 0.44% -
XYZ 7.81 12.4 12.57 -
YUV 76.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 0 112 94 1 0 0.16 0.56 170.36 1 0.22
Hex 0 70 5E 64 0 10 38 AA 64 16
Octal 0 160 136 144 0 20 70 252 144 26
Binary 0 1110000 1011110 1100100 0 10000 111000 10101010 1100100 10110

Color Harmonies of #00705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00705E

Black with #00705E

Text Example


Text Example

White with #00705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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