Html Css Color HEX #00705D Tropical Rain Forest

📋 copy color: '#00705D'

red 0 ◦ green 112 ◦ blue 93

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

Shades of Tropical Rain Forest #00705D

Tints of Tropical Rain Forest #00705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 0%
G = 54.63%
B = 45.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#00705D (or 0x00705D) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 5D. RGB value is (0,112,93). Sum of RGB (Red+Green+Blue) = 0+112+93=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #00705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00705D is #FF8FA2. Grayscale: #4C4C4C. Windows color (decimal): -16748451 or 6123520. OLE color: 6123520.

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

Color convert

RGB 0 112 93 -
CMYK 1 0 0.17 0.56
HSL 169.82º 1% 0.22% -
HSV(B) 169.82º 1% 0.44% -
XYZ 7.77 12.38 12.34 -
YUV 76.35 137.39 73.54 -
System Red Green Blue C M Y K H S L
Decimal 0 112 93 1 0 0.17 0.56 169.82 1 0.22
Hex 0 70 5D 64 0 11 38 AA 64 16
Octal 0 160 135 144 0 21 70 252 144 26
Binary 0 1110000 1011101 1100100 0 10001 111000 10101010 1100100 10110

Color Harmonies of #00705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00705D

Black with #00705D

Text Example


Text Example

White with #00705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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