Html Css Color HEX #0B8B74 Observatory

📋 copy color: '#0B8B74'

red 11 ◦ green 139 ◦ blue 116

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

Shades of Observatory #0B8B74

Tints of Observatory #0B8B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.26%

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 4.14%
G = 52.26%
B = 43.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#0B8B74 (or 0x0B8B74) is known color: Observatory. HEX triplet: 0B, 8B and 74. RGB value is (11,139,116). Sum of RGB (Red+Green+Blue) = 11+139+116=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8B74 is #F4748B. Grayscale: #626262. Windows color (decimal): -16020620 or 7637771. OLE color: 7637771.

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

Color convert

RGB 11 139 116 -
CMYK 0.92 0 0.17 0.45
HSL 169.22º 0.85% 0.29% -
HSV(B) 169.22º 0.92% 0.55% -
XYZ 12.52 19.8 19.68 -
YUV 98.11 138.09 65.87 -
System Red Green Blue C M Y K H S L
Decimal 11 139 116 0.92 0 0.17 0.45 169.22 0.85 0.29
Hex B 8B 74 5C 0 11 2D A9 55 1D
Octal 13 213 164 134 0 21 55 251 125 35
Binary 1011 10001011 1110100 1011100 0 10001 101101 10101001 1010101 11101

Color Harmonies of #0B8B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8B74

Black with #0B8B74

Text Example


Text Example

White with #0B8B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,139,116); }

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

background-color css

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

 a { background-color: rgb(11,139,116); }

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

border-color css

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

 span { border-color: rgb(11,139,116); }

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