Html Css Color HEX #088672 Observatory

📋 copy color: '#088672'

red 8 ◦ green 134 ◦ blue 114

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

Shades of Observatory #088672

Tints of Observatory #088672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.34%

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 3.13%
G = 52.34%
B = 44.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#088672 (or 0x088672) is known color: Observatory. HEX triplet: 08, 86 and 72. RGB value is (8,134,114). Sum of RGB (Red+Green+Blue) = 8+134+114=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #088672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088672 is #F7798D. Grayscale: #5E5E5E. Windows color (decimal): -16218510 or 7505416. OLE color: 7505416.

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

Color convert

RGB 8 134 114 -
CMYK 0.94 0 0.15 0.47
HSL 170.48º 0.89% 0.28% -
HSV(B) 170.48º 0.94% 0.53% -
XYZ 11.66 18.32 18.84 -
YUV 94.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 8 134 114 0.94 0 0.15 0.47 170.48 0.89 0.28
Hex 8 86 72 5E 0 F 2F AA 59 1C
Octal 10 206 162 136 0 17 57 252 131 34
Binary 1000 10000110 1110010 1011110 0 1111 101111 10101010 1011001 11100

Color Harmonies of #088672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088672

Black with #088672

Text Example


Text Example

White with #088672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088672; }

 p { color: rgb(8,134,114); }

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

background-color css

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

 a { background-color: rgb(8,134,114); }

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

border-color css

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

 span { border-color: rgb(8,134,114); }

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