Html Css Color HEX #098569 Observatory

📋 copy color: '#098569'

red 9 ◦ green 133 ◦ blue 105

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

Shades of Observatory #098569

Tints of Observatory #098569

RGB

 RED value IS 9 (3.91% from 255) = 3.64%

 GREEN value IS 133 (52.34% from 255) = 53.85%

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

R = 3.64%
G = 53.85%
B = 42.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#098569 (or 0x098569) is known color: Observatory. HEX triplet: 09, 85 and 69. RGB value is (9,133,105). Sum of RGB (Red+Green+Blue) = 9+133+105=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #098569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098569 is #F67A96. Grayscale: #5C5C5C. Windows color (decimal): -16153239 or 6915337. OLE color: 6915337.

HSL color Cylindrical-coordinate representation of color #098569: hue angle of 166.45º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098569 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 105 -
CMYK 0.93 0 0.21 0.48
HSL 166.45º 0.87% 0.28% -
HSV(B) 166.45º 0.93% 0.52% -
XYZ 11.05 17.85 16.23 -
YUV 92.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 9 133 105 0.93 0 0.21 0.48 166.45 0.87 0.28
Hex 9 85 69 5D 0 15 30 A6 57 1C
Octal 11 205 151 135 0 25 60 246 127 34
Binary 1001 10000101 1101001 1011101 0 10101 110000 10100110 1010111 11100

Color Harmonies of #098569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098569

Black with #098569

Text Example


Text Example

White with #098569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098569; }

 p { color: rgb(9,133,105); }

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

background-color css

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

 a { background-color: rgb(9,133,105); }

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

border-color css

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

 span { border-color: rgb(9,133,105); }

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