#08907B

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

Shades of Observatory #08907B

Tints of Observatory #08907B

Color information

#08907B (or 0x08907B) is unknown color: approx Observatory. HEX triplet: 08, 90 and 7B. RGB value is (8,144,123). Sum of RGB (Red+Green+Blue) = 8+144+123=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #08907B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08907B is #F76F84. Grayscale: #646464. Windows color (decimal): -16215941 or 8097800. OLE color: 8097800.

HSL color Cylindrical-coordinate representation of color #08907B: hue angle of 170.74º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08907B is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB8144123-
CMYK0.9400.150.44
HSL170.74º89.47%29.8%-
HSV(B)170.74º94.44%56.47%-
XYZ13.6521.4322.16-
YUV100.94140.4461.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.91%
GREEN value IS 144 (56.64% from 255) = 52.36%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=2.91%
G=52.36%
B=44.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81441230.9400.150.44170.7489.4729.8
Hex8907B5E0F2Cab591e
Octal102201731360175425313136
Binary100010010000111101110111100111110110010101011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08907B; }

 p { color: rgb(8,144,123); }

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

<style>
 a { background-color: #08907B; }

 a { background-color: rgb(8,144,123); }

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

<style>
 span { border-color: #08907B; }

 span { border-color: rgb(8,144,123); }

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