Html Css Color HEX #0B9268 Observatory

📋 copy color: '#0B9268'

red 11 ◦ green 146 ◦ blue 104

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

Shades of Observatory #0B9268

Tints of Observatory #0B9268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.94%

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 4.21%
G = 55.94%
B = 39.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#0B9268 (or 0x0B9268) is known color: Observatory. HEX triplet: 0B, 92 and 68. RGB value is (11,146,104). Sum of RGB (Red+Green+Blue) = 11+146+104=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #0B9268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9268 is #F46D97. Grayscale: #646464. Windows color (decimal): -16018840 or 6853131. OLE color: 6853131.

HSL color Cylindrical-coordinate representation of color #0B9268: hue angle of 161.33º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9268 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 11 146 104 -
CMYK 0.92 0 0.29 0.43
HSL 161.33º 0.86% 0.31% -
HSV(B) 161.33º 0.92% 0.57% -
XYZ 12.92 21.63 16.59 -
YUV 100.85 129.77 63.92 -
System Red Green Blue C M Y K H S L
Decimal 11 146 104 0.92 0 0.29 0.43 161.33 0.86 0.31
Hex B 92 68 5C 0 1D 2B A1 56 1F
Octal 13 222 150 134 0 35 53 241 126 37
Binary 1011 10010010 1101000 1011100 0 11101 101011 10100001 1010110 11111

Color Harmonies of #0B9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9268

Black with #0B9268

Text Example


Text Example

White with #0B9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,146,104); }

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

background-color css

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

 a { background-color: rgb(11,146,104); }

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

border-color css

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

 span { border-color: rgb(11,146,104); }

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