Html Css Color HEX #0B936D Observatory

📋 copy color: '#0B936D'

red 11 ◦ green 147 ◦ blue 109

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

Shades of Observatory #0B936D

Tints of Observatory #0B936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 4.12%
G = 55.06%
B = 40.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#0B936D (or 0x0B936D) is known color: Observatory. HEX triplet: 0B, 93 and 6D. RGB value is (11,147,109). Sum of RGB (Red+Green+Blue) = 11+147+109=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #0B936D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B936D is #F46C92. Grayscale: #666666. Windows color (decimal): -16018579 or 7181067. OLE color: 7181067.

HSL color Cylindrical-coordinate representation of color #0B936D: hue angle of 163.24º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B936D is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 147 109 -
CMYK 0.93 0 0.26 0.42
HSL 163.24º 0.86% 0.31% -
HSV(B) 163.24º 0.93% 0.58% -
XYZ 13.33 22.04 18.02 -
YUV 102 131.94 63.09 -
System Red Green Blue C M Y K H S L
Decimal 11 147 109 0.93 0 0.26 0.42 163.24 0.86 0.31
Hex B 93 6D 5D 0 1A 2A A3 56 1F
Octal 13 223 155 135 0 32 52 243 126 37
Binary 1011 10010011 1101101 1011101 0 11010 101010 10100011 1010110 11111

Color Harmonies of #0B936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B936D

Black with #0B936D

Text Example


Text Example

White with #0B936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,147,109); }

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

background-color css

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

 a { background-color: rgb(11,147,109); }

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

border-color css

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

 span { border-color: rgb(11,147,109); }

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