Html Css Color HEX #08896A Observatory

📋 copy color: '#08896A'

red 8 ◦ green 137 ◦ blue 106

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

Shades of Observatory #08896A

Tints of Observatory #08896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 3.19%
G = 54.58%
B = 42.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#08896A (or 0x08896A) is known color: Observatory. HEX triplet: 08, 89 and 6A. RGB value is (8,137,106). Sum of RGB (Red+Green+Blue) = 8+137+106=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #08896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08896A is #F77695. Grayscale: #5E5E5E. Windows color (decimal): -16217750 or 6981896. OLE color: 6981896.

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

Color convert

RGB 8 137 106 -
CMYK 0.94 0 0.23 0.46
HSL 165.58º 0.89% 0.28% -
HSV(B) 165.58º 0.94% 0.54% -
XYZ 11.65 18.98 16.69 -
YUV 94.9 134.26 66.02 -
System Red Green Blue C M Y K H S L
Decimal 8 137 106 0.94 0 0.23 0.46 165.58 0.89 0.28
Hex 8 89 6A 5E 0 17 2E A6 59 1C
Octal 10 211 152 136 0 27 56 246 131 34
Binary 1000 10001001 1101010 1011110 0 10111 101110 10100110 1011001 11100

Color Harmonies of #08896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08896A

Black with #08896A

Text Example


Text Example

White with #08896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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