Html Css Color HEX #098768 Observatory

📋 copy color: '#098768'

red 9 ◦ green 135 ◦ blue 104

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

Shades of Observatory #098768

Tints of Observatory #098768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.94%

R = 3.63%
G = 54.44%
B = 41.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#098768 (or 0x098768) is known color: Observatory. HEX triplet: 09, 87 and 68. RGB value is (9,135,104). Sum of RGB (Red+Green+Blue) = 9+135+104=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #098768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098768 is #F67897. Grayscale: #5D5D5D. Windows color (decimal): -16152728 or 6850313. OLE color: 6850313.

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

Color convert

RGB 9 135 104 -
CMYK 0.93 0 0.23 0.47
HSL 165.24º 0.88% 0.28% -
HSV(B) 165.24º 0.93% 0.53% -
XYZ 11.28 18.39 16.05 -
YUV 93.79 133.76 67.52 -
System Red Green Blue C M Y K H S L
Decimal 9 135 104 0.93 0 0.23 0.47 165.24 0.88 0.28
Hex 9 87 68 5D 0 17 2F A5 58 1C
Octal 11 207 150 135 0 27 57 245 130 34
Binary 1001 10000111 1101000 1011101 0 10111 101111 10100101 1011000 11100

Color Harmonies of #098768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098768

Black with #098768

Text Example


Text Example

White with #098768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098768; }

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

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

background-color css

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

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

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

border-color css

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

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

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