#08946E

Color #08946E Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #08946E

Tints of Observatory #08946E

Color information

#08946E (or 0x08946E) is unknown color: approx Observatory. HEX triplet: 08, 94 and 6E. RGB value is (8,148,110). Sum of RGB (Red+Green+Blue) = 8+148+110=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #08946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08946E is #F76B91. Grayscale: #656565. Windows color (decimal): -16214930 or 7246856. OLE color: 7246856.

HSL color Cylindrical-coordinate representation of color #08946E: hue angle of 163.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08946E is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB8148110-
CMYK0.9500.260.42
HSL163.71º89.74%30.59%-
HSV(B)163.71º94.59%58.04%-
XYZ13.522.3618.36-
YUV101.81132.6261.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.01%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=3.01%
G=55.64%
B=41.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81481100.9500.260.42163.7189.7430.59
Hex8946E5F01A2Aa45a1f
Octal102241561370325224413237
Binary1000100101001101110101111101101010101010100100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08946E; }

 p { color: rgb(8,148,110); }

 H1.HeaderClassName
 {
   color: #08946E;
 }
 .AnyTagClassName
 {
   color: #08946E;
 }
</style>
background-color css

<style>
 a { background-color: #08946E; }

 a { background-color: rgb(8,148,110); }

 div.DivClassName
 {
   background-color: #08946E;
 }
 .BgClassName
 {
   background-color: #08946E;
 }
</style>
border-color css

<style>
 span { border-color: #08946E; }

 span { border-color: rgb(8,148,110); }

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