Html Css Color HEX #0B8A67 Observatory

📋 copy color: '#0B8A67'

red 11 ◦ green 138 ◦ blue 103

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

Shades of Observatory #0B8A67

Tints of Observatory #0B8A67

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.76%

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

R = 4.37%
G = 54.76%
B = 40.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#0B8A67 (or 0x0B8A67) is known color: Observatory. HEX triplet: 0B, 8A and 67. RGB value is (11,138,103). Sum of RGB (Red+Green+Blue) = 11+138+103=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8A67 is #F47598. Grayscale: #606060. Windows color (decimal): -16020889 or 6785547. OLE color: 6785547.

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

Color convert

RGB 11 138 103 -
CMYK 0.92 0 0.25 0.46
HSL 163.46º 0.85% 0.29% -
HSV(B) 163.46º 0.92% 0.54% -
XYZ 11.67 19.23 15.93 -
YUV 96.04 131.92 67.35 -
System Red Green Blue C M Y K H S L
Decimal 11 138 103 0.92 0 0.25 0.46 163.46 0.85 0.29
Hex B 8A 67 5C 0 19 2E A3 55 1D
Octal 13 212 147 134 0 31 56 243 125 35
Binary 1011 10001010 1100111 1011100 0 11001 101110 10100011 1010101 11101

Color Harmonies of #0B8A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8A67

Black with #0B8A67

Text Example


Text Example

White with #0B8A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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