Html Css Color HEX #088875 Observatory

📋 copy color: '#088875'

red 8 ◦ green 136 ◦ blue 117

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

Shades of Observatory #088875

Tints of Observatory #088875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.11%

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

R = 3.07%
G = 52.11%
B = 44.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#088875 (or 0x088875) is known color: Observatory. HEX triplet: 08, 88 and 75. RGB value is (8,136,117). Sum of RGB (Red+Green+Blue) = 8+136+117=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #088875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088875 is #F7778A. Grayscale: #5F5F5F. Windows color (decimal): -16217995 or 7702536. OLE color: 7702536.

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

Color convert

RGB 8 136 117 -
CMYK 0.94 0 0.14 0.47
HSL 171.09º 0.89% 0.28% -
HSV(B) 171.09º 0.94% 0.53% -
XYZ 12.12 18.94 19.85 -
YUV 95.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 8 136 117 0.94 0 0.14 0.47 171.09 0.89 0.28
Hex 8 88 75 5E 0 E 2F AB 59 1C
Octal 10 210 165 136 0 16 57 253 131 34
Binary 1000 10001000 1110101 1011110 0 1110 101111 10101011 1011001 11100

Color Harmonies of #088875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088875

Black with #088875

Text Example


Text Example

White with #088875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088875; }

 p { color: rgb(8,136,117); }

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

background-color css

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

 a { background-color: rgb(8,136,117); }

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

border-color css

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

 span { border-color: rgb(8,136,117); }

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