Html Css Color HEX #089569 Observatory

📋 copy color: '#089569'

red 8 ◦ green 149 ◦ blue 105

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

Shades of Observatory #089569

Tints of Observatory #089569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.87%

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

R = 3.05%
G = 56.87%
B = 40.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#089569 (or 0x089569) is known color: Observatory. HEX triplet: 08, 95 and 69. RGB value is (8,149,105). Sum of RGB (Red+Green+Blue) = 8+149+105=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #089569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089569 is #F76A96. Grayscale: #656565. Windows color (decimal): -16214679 or 6919432. OLE color: 6919432.

HSL color Cylindrical-coordinate representation of color #089569: hue angle of 161.28º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089569 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 149 105 -
CMYK 0.95 0 0.30 0.42
HSL 161.28º 0.9% 0.31% -
HSV(B) 161.28º 0.95% 0.58% -
XYZ 13.4 22.57 17.01 -
YUV 101.83 129.79 61.08 -
System Red Green Blue C M Y K H S L
Decimal 8 149 105 0.95 0 0.30 0.42 161.28 0.9 0.31
Hex 8 95 69 5F 0 1E 2A A1 5A 1F
Octal 10 225 151 137 0 36 52 241 132 37
Binary 1000 10010101 1101001 1011111 0 11110 101010 10100001 1011010 11111

Color Harmonies of #089569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089569

Black with #089569

Text Example


Text Example

White with #089569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089569; }

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

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

background-color css

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

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

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

border-color css

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

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

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