Html Css Color HEX #098775 Observatory

📋 copy color: '#098775'

red 9 ◦ green 135 ◦ blue 117

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

Shades of Observatory #098775

Tints of Observatory #098775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.72%

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 3.45%
G = 51.72%
B = 44.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#098775 (or 0x098775) is known color: Observatory. HEX triplet: 09, 87 and 75. RGB value is (9,135,117). Sum of RGB (Red+Green+Blue) = 9+135+117=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #098775 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098775 is #F6788A. Grayscale: #5F5F5F. Windows color (decimal): -16152715 or 7702281. OLE color: 7702281.

HSL color Cylindrical-coordinate representation of color #098775: hue angle of 171.43º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098775 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 135 117 -
CMYK 0.93 0 0.13 0.47
HSL 171.43º 0.88% 0.28% -
HSV(B) 171.43º 0.93% 0.53% -
XYZ 11.99 18.67 19.8 -
YUV 95.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 9 135 117 0.93 0 0.13 0.47 171.43 0.88 0.28
Hex 9 87 75 5D 0 D 2F AB 58 1C
Octal 11 207 165 135 0 15 57 253 130 34
Binary 1001 10000111 1110101 1011101 0 1101 101111 10101011 1011000 11100

Color Harmonies of #098775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098775

Black with #098775

Text Example


Text Example

White with #098775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098775; }

 p { color: rgb(9,135,117); }

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

background-color css

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

 a { background-color: rgb(9,135,117); }

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

border-color css

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

 span { border-color: rgb(9,135,117); }

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