Html Css Color HEX #0B897A Observatory

📋 copy color: '#0B897A'

red 11 ◦ green 137 ◦ blue 122

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

Shades of Observatory #0B897A

Tints of Observatory #0B897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.74%

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 4.07%
G = 50.74%
B = 45.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#0B897A (or 0x0B897A) is known color: Observatory. HEX triplet: 0B, 89 and 7A. RGB value is (11,137,122). Sum of RGB (Red+Green+Blue) = 11+137+122=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #0B897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B897A is #F47685. Grayscale: #616161. Windows color (decimal): -16021126 or 8030475. OLE color: 8030475.

HSL color Cylindrical-coordinate representation of color #0B897A: hue angle of 172.86º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B897A is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 137 122 -
CMYK 0.92 0 0.11 0.46
HSL 172.86º 0.85% 0.29% -
HSV(B) 172.86º 0.92% 0.54% -
XYZ 12.6 19.37 21.49 -
YUV 97.62 141.76 66.22 -
System Red Green Blue C M Y K H S L
Decimal 11 137 122 0.92 0 0.11 0.46 172.86 0.85 0.29
Hex B 89 7A 5C 0 B 2E AD 55 1D
Octal 13 211 172 134 0 13 56 255 125 35
Binary 1011 10001001 1111010 1011100 0 1011 101110 10101101 1010101 11101

Color Harmonies of #0B897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B897A

Black with #0B897A

Text Example


Text Example

White with #0B897A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,137,122); }

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

background-color css

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

 a { background-color: rgb(11,137,122); }

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

border-color css

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

 span { border-color: rgb(11,137,122); }

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