Html Css Color HEX #088969 Observatory

📋 copy color: '#088969'

red 8 ◦ green 137 ◦ blue 105

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

Shades of Observatory #088969

Tints of Observatory #088969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42%

R = 3.2%
G = 54.8%
B = 42%

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

#088969 (or 0x088969) is known color: Observatory. HEX triplet: 08, 89 and 69. RGB value is (8,137,105). Sum of RGB (Red+Green+Blue) = 8+137+105=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #088969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088969 is #F77696. Grayscale: #5E5E5E. Windows color (decimal): -16217751 or 6916360. OLE color: 6916360.

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

Color convert

RGB 8 137 105 -
CMYK 0.94 0 0.23 0.46
HSL 165.12º 0.89% 0.28% -
HSV(B) 165.12º 0.94% 0.54% -
XYZ 11.6 18.96 16.41 -
YUV 94.78 133.76 66.1 -
System Red Green Blue C M Y K H S L
Decimal 8 137 105 0.94 0 0.23 0.46 165.12 0.89 0.28
Hex 8 89 69 5E 0 17 2E A5 59 1C
Octal 10 211 151 136 0 27 56 245 131 34
Binary 1000 10001001 1101001 1011110 0 10111 101110 10100101 1011001 11100

Color Harmonies of #088969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088969

Black with #088969

Text Example


Text Example

White with #088969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088969; }

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

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

background-color css

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

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

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

border-color css

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

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

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