Html Css Color HEX #0B6B5D Tropical Rain Forest

📋 copy color: '#0B6B5D'

red 11 ◦ green 107 ◦ blue 93

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

Shades of Tropical Rain Forest #0B6B5D

Tints of Tropical Rain Forest #0B6B5D

RGB

 RED value IS 11 (4.69% from 255) = 5.21%

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

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

R = 5.21%
G = 50.71%
B = 44.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#0B6B5D (or 0x0B6B5D) is known color: Tropical Rain Forest. HEX triplet: 0B, 6B and 5D. RGB value is (11,107,93). Sum of RGB (Red+Green+Blue) = 11+107+93=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B5D is #F494A2. Grayscale: #4C4C4C. Windows color (decimal): -16028835 or 6122251. OLE color: 6122251.

HSL color Cylindrical-coordinate representation of color #0B6B5D: hue angle of 171.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6B5D is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 107 93 -
CMYK 0.90 0 0.13 0.58
HSL 171.25º 0.81% 0.23% -
HSV(B) 171.25º 0.9% 0.42% -
XYZ 7.37 11.38 12.16 -
YUV 76.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 11 107 93 0.90 0 0.13 0.58 171.25 0.81 0.23
Hex B 6B 5D 5A 0 D 3A AB 51 17
Octal 13 153 135 132 0 15 72 253 121 27
Binary 1011 1101011 1011101 1011010 0 1101 111010 10101011 1010001 10111

Color Harmonies of #0B6B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6B5D

Black with #0B6B5D

Text Example


Text Example

White with #0B6B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,107,93); }

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

background-color css

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

 a { background-color: rgb(11,107,93); }

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

border-color css

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

 span { border-color: rgb(11,107,93); }

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