Html Css Color HEX #08896D Observatory

📋 copy color: '#08896D'

red 8 ◦ green 137 ◦ blue 109

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

Shades of Observatory #08896D

Tints of Observatory #08896D

RGB

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

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

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

R = 3.15%
G = 53.94%
B = 42.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#08896D (or 0x08896D) is known color: Observatory. HEX triplet: 08, 89 and 6D. RGB value is (8,137,109). Sum of RGB (Red+Green+Blue) = 8+137+109=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #08896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08896D is #F77692. Grayscale: #5F5F5F. Windows color (decimal): -16217747 or 7178504. OLE color: 7178504.

HSL color Cylindrical-coordinate representation of color #08896D: hue angle of 166.98º 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 #08896D is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 137 109 -
CMYK 0.94 0 0.20 0.46
HSL 166.98º 0.89% 0.28% -
HSV(B) 166.98º 0.94% 0.54% -
XYZ 11.81 19.05 17.52 -
YUV 95.24 135.76 65.78 -
System Red Green Blue C M Y K H S L
Decimal 8 137 109 0.94 0 0.20 0.46 166.98 0.89 0.28
Hex 8 89 6D 5E 0 14 2E A7 59 1C
Octal 10 211 155 136 0 24 56 247 131 34
Binary 1000 10001001 1101101 1011110 0 10100 101110 10100111 1011001 11100

Color Harmonies of #08896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08896D

Black with #08896D

Text Example


Text Example

White with #08896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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