Html Css Color HEX #0B946F Observatory

📋 copy color: '#0B946F'

red 11 ◦ green 148 ◦ blue 111

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

Shades of Observatory #0B946F

Tints of Observatory #0B946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.81%

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 4.07%
G = 54.81%
B = 41.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#0B946F (or 0x0B946F) is known color: Observatory. HEX triplet: 0B, 94 and 6F. RGB value is (11,148,111). Sum of RGB (Red+Green+Blue) = 11+148+111=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #0B946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B946F is #F46B90. Grayscale: #666666. Windows color (decimal): -16018321 or 7312395. OLE color: 7312395.

HSL color Cylindrical-coordinate representation of color #0B946F: hue angle of 163.8º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B946F is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 148 111 -
CMYK 0.93 0 0.25 0.42
HSL 163.8º 0.86% 0.31% -
HSV(B) 163.8º 0.93% 0.58% -
XYZ 13.6 22.4 18.65 -
YUV 102.82 132.61 62.51 -
System Red Green Blue C M Y K H S L
Decimal 11 148 111 0.93 0 0.25 0.42 163.8 0.86 0.31
Hex B 94 6F 5D 0 19 2A A4 56 1F
Octal 13 224 157 135 0 31 52 244 126 37
Binary 1011 10010100 1101111 1011101 0 11001 101010 10100100 1010110 11111

Color Harmonies of #0B946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B946F

Black with #0B946F

Text Example


Text Example

White with #0B946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,148,111); }

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

background-color css

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

 a { background-color: rgb(11,148,111); }

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

border-color css

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

 span { border-color: rgb(11,148,111); }

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