Html Css Color HEX #088768 Observatory

📋 copy color: '#088768'

red 8 ◦ green 135 ◦ blue 104

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

Shades of Observatory #088768

Tints of Observatory #088768

RGB

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

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

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

R = 3.24%
G = 54.66%
B = 42.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#088768 (or 0x088768) is known color: Observatory. HEX triplet: 08, 87 and 68. RGB value is (8,135,104). Sum of RGB (Red+Green+Blue) = 8+135+104=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #088768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088768 is #F77897. Grayscale: #5D5D5D. Windows color (decimal): -16218264 or 6850312. OLE color: 6850312.

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

Color convert

RGB 8 135 104 -
CMYK 0.94 0 0.23 0.47
HSL 165.35º 0.89% 0.28% -
HSV(B) 165.35º 0.94% 0.53% -
XYZ 11.26 18.38 16.05 -
YUV 93.49 133.92 67.02 -
System Red Green Blue C M Y K H S L
Decimal 8 135 104 0.94 0 0.23 0.47 165.35 0.89 0.28
Hex 8 87 68 5E 0 17 2F A5 59 1C
Octal 10 207 150 136 0 27 57 245 131 34
Binary 1000 10000111 1101000 1011110 0 10111 101111 10100101 1011001 11100

Color Harmonies of #088768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088768

Black with #088768

Text Example


Text Example

White with #088768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088768; }

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

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

background-color css

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

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

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

border-color css

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

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

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