Html Css Color HEX #0D6B5A Tropical Rain Forest

📋 copy color: '#0D6B5A'

red 13 ◦ green 107 ◦ blue 90

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

Shades of Tropical Rain Forest #0D6B5A

Tints of Tropical Rain Forest #0D6B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.95%

 BLUE value IS 90 (35.55% from 255) = 42.86%

R = 6.19%
G = 50.95%
B = 42.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#0D6B5A (or 0x0D6B5A) is known color: Tropical Rain Forest. HEX triplet: 0D, 6B and 5A. RGB value is (13,107,90). Sum of RGB (Red+Green+Blue) = 13+107+90=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6B5A is #F294A5. Grayscale: #4C4C4C. Windows color (decimal): -15897766 or 5925645. OLE color: 5925645.

HSL color Cylindrical-coordinate representation of color #0D6B5A: hue angle of 169.15º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6B5A is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 107 90 -
CMYK 0.88 0 0.16 0.58
HSL 169.15º 0.78% 0.24% -
HSV(B) 169.15º 0.88% 0.42% -
XYZ 7.27 11.34 11.48 -
YUV 76.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 13 107 90 0.88 0 0.16 0.58 169.15 0.78 0.24
Hex D 6B 5A 58 0 10 3A A9 4E 18
Octal 15 153 132 130 0 20 72 251 116 30
Binary 1101 1101011 1011010 1011000 0 10000 111010 10101001 1001110 11000

Color Harmonies of #0D6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6B5A

Black with #0D6B5A

Text Example


Text Example

White with #0D6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,107,90); }

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

background-color css

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

 a { background-color: rgb(13,107,90); }

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

border-color css

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

 span { border-color: rgb(13,107,90); }

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