Html Css Color HEX #0B876D Observatory

📋 copy color: '#0B876D'

red 11 ◦ green 135 ◦ blue 109

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

Shades of Observatory #0B876D

Tints of Observatory #0B876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 4.31%
G = 52.94%
B = 42.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#0B876D (or 0x0B876D) is known color: Observatory. HEX triplet: 0B, 87 and 6D. RGB value is (11,135,109). Sum of RGB (Red+Green+Blue) = 11+135+109=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #0B876D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B876D is #F47892. Grayscale: #5E5E5E. Windows color (decimal): -16021651 or 7177995. OLE color: 7177995.

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

Color convert

RGB 11 135 109 -
CMYK 0.92 0 0.19 0.47
HSL 167.42º 0.85% 0.29% -
HSV(B) 167.42º 0.92% 0.53% -
XYZ 11.56 18.5 17.43 -
YUV 94.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 11 135 109 0.92 0 0.19 0.47 167.42 0.85 0.29
Hex B 87 6D 5C 0 13 2F A7 55 1D
Octal 13 207 155 134 0 23 57 247 125 35
Binary 1011 10000111 1101101 1011100 0 10011 101111 10100111 1010101 11101

Color Harmonies of #0B876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B876D

Black with #0B876D

Text Example


Text Example

White with #0B876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,135,109); }

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

background-color css

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

 a { background-color: rgb(11,135,109); }

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

border-color css

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

 span { border-color: rgb(11,135,109); }

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