Html Css Color HEX #0B8B67 Observatory

📋 copy color: '#0B8B67'

red 11 ◦ green 139 ◦ blue 103

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

Shades of Observatory #0B8B67

Tints of Observatory #0B8B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.71%

R = 4.35%
G = 54.94%
B = 40.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#0B8B67 (or 0x0B8B67) is known color: Observatory. HEX triplet: 0B, 8B and 67. RGB value is (11,139,103). Sum of RGB (Red+Green+Blue) = 11+139+103=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8B67 is #F47498. Grayscale: #606060. Windows color (decimal): -16020633 or 6785803. OLE color: 6785803.

HSL color Cylindrical-coordinate representation of color #0B8B67: hue angle of 163.12º 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 #0B8B67 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 139 103 -
CMYK 0.92 0 0.26 0.45
HSL 163.13º 0.85% 0.29% -
HSV(B) 163.13º 0.92% 0.55% -
XYZ 11.82 19.52 15.98 -
YUV 96.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 11 139 103 0.92 0 0.26 0.45 163.13 0.85 0.29
Hex B 8B 67 5C 0 1A 2D A3 55 1D
Octal 13 213 147 134 0 32 55 243 125 35
Binary 1011 10001011 1100111 1011100 0 11010 101101 10100011 1010101 11101

Color Harmonies of #0B8B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8B67

Black with #0B8B67

Text Example


Text Example

White with #0B8B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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