Html Css Color HEX #088968 Observatory

📋 copy color: '#088968'

red 8 ◦ green 137 ◦ blue 104

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

Shades of Observatory #088968

Tints of Observatory #088968

RGB

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

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

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

R = 3.21%
G = 55.02%
B = 41.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#088968 (or 0x088968) is known color: Observatory. HEX triplet: 08, 89 and 68. RGB value is (8,137,104). Sum of RGB (Red+Green+Blue) = 8+137+104=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #088968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088968 is #F77697. Grayscale: #5E5E5E. Windows color (decimal): -16217752 or 6850824. OLE color: 6850824.

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

Color convert

RGB 8 137 104 -
CMYK 0.94 0 0.24 0.46
HSL 164.65º 0.89% 0.28% -
HSV(B) 164.65º 0.94% 0.54% -
XYZ 11.54 18.94 16.14 -
YUV 94.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 8 137 104 0.94 0 0.24 0.46 164.65 0.89 0.28
Hex 8 89 68 5E 0 18 2E A5 59 1C
Octal 10 211 150 136 0 30 56 245 131 34
Binary 1000 10001001 1101000 1011110 0 11000 101110 10100101 1011001 11100

Color Harmonies of #088968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088968

Black with #088968

Text Example


Text Example

White with #088968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088968; }

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

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

background-color css

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

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

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

border-color css

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

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

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