Html Css Color HEX #0B7063 Tropical Rain Forest

📋 copy color: '#0B7063'

red 11 ◦ green 112 ◦ blue 99

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

Shades of Tropical Rain Forest #0B7063

Tints of Tropical Rain Forest #0B7063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.59%

R = 4.95%
G = 50.45%
B = 44.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#0B7063 (or 0x0B7063) is known color: Tropical Rain Forest. HEX triplet: 0B, 70 and 63. RGB value is (11,112,99). Sum of RGB (Red+Green+Blue) = 11+112+99=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7063 is #F48F9C. Grayscale: #505050. Windows color (decimal): -16027549 or 6516747. OLE color: 6516747.

HSL color Cylindrical-coordinate representation of color #0B7063: hue angle of 172.28º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7063 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 112 99 -
CMYK 0.90 0 0.12 0.56
HSL 172.28º 0.82% 0.24% -
HSV(B) 172.28º 0.9% 0.44% -
XYZ 8.18 12.56 13.8 -
YUV 80.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 11 112 99 0.90 0 0.12 0.56 172.28 0.82 0.24
Hex B 70 63 5A 0 C 38 AC 52 18
Octal 13 160 143 132 0 14 70 254 122 30
Binary 1011 1110000 1100011 1011010 0 1100 111000 10101100 1010010 11000

Color Harmonies of #0B7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7063

Black with #0B7063

Text Example


Text Example

White with #0B7063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,112,99); }

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

background-color css

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

 a { background-color: rgb(11,112,99); }

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

border-color css

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

 span { border-color: rgb(11,112,99); }

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