Html Css Color HEX #0D705D Tropical Rain Forest

📋 copy color: '#0D705D'

red 13 ◦ green 112 ◦ blue 93

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

Shades of Tropical Rain Forest #0D705D

Tints of Tropical Rain Forest #0D705D

RGB

 RED value IS 13 (5.47% from 255) = 5.96%

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

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

R = 5.96%
G = 51.38%
B = 42.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#0D705D (or 0x0D705D) is known color: Tropical Rain Forest. HEX triplet: 0D, 70 and 5D. RGB value is (13,112,93). Sum of RGB (Red+Green+Blue) = 13+112+93=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #0D705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D705D is #F28FA2. Grayscale: #505050. Windows color (decimal): -15896483 or 6123533. OLE color: 6123533.

HSL color Cylindrical-coordinate representation of color #0D705D: hue angle of 168.48º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D705D is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 93 -
CMYK 0.88 0 0.17 0.56
HSL 168.48º 0.79% 0.25% -
HSV(B) 168.48º 0.88% 0.44% -
XYZ 7.94 12.46 12.34 -
YUV 80.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 13 112 93 0.88 0 0.17 0.56 168.48 0.79 0.25
Hex D 70 5D 58 0 11 38 A8 4F 19
Octal 15 160 135 130 0 21 70 250 117 31
Binary 1101 1110000 1011101 1011000 0 10001 111000 10101000 1001111 11001

Color Harmonies of #0D705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D705D

Black with #0D705D

Text Example


Text Example

White with #0D705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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