Html Css Color HEX #08896B Observatory

📋 copy color: '#08896B'

red 8 ◦ green 137 ◦ blue 107

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

Shades of Observatory #08896B

Tints of Observatory #08896B

RGB

 RED value IS 8 (3.52% from 255) = 3.17%

 GREEN value IS 137 (53.91% from 255) = 54.37%

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 3.17%
G = 54.37%
B = 42.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#08896B (or 0x08896B) is known color: Observatory. HEX triplet: 08, 89 and 6B. RGB value is (8,137,107). Sum of RGB (Red+Green+Blue) = 8+137+107=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #08896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08896B is #F77694. Grayscale: #5F5F5F. Windows color (decimal): -16217749 or 7047432. OLE color: 7047432.

HSL color Cylindrical-coordinate representation of color #08896B: hue angle of 166.05º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08896B is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 137 107 -
CMYK 0.94 0 0.22 0.46
HSL 166.05º 0.89% 0.28% -
HSV(B) 166.05º 0.94% 0.54% -
XYZ 11.7 19 16.96 -
YUV 95.01 134.76 65.94 -
System Red Green Blue C M Y K H S L
Decimal 8 137 107 0.94 0 0.22 0.46 166.05 0.89 0.28
Hex 8 89 6B 5E 0 16 2E A6 59 1C
Octal 10 211 153 136 0 26 56 246 131 34
Binary 1000 10001001 1101011 1011110 0 10110 101110 10100110 1011001 11100

Color Harmonies of #08896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08896B

Black with #08896B

Text Example


Text Example

White with #08896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,137,107); }

 H1.HeaderClassName
 {
   color: #08896B;
 }
 .AnyTagClassName
 {
   color: #08896B;
 }
</style>

background-color css

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

 a { background-color: rgb(8,137,107); }

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

border-color css

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

 span { border-color: rgb(8,137,107); }

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