Html Css Color HEX #088C69 Observatory

📋 copy color: '#088C69'

red 8 ◦ green 140 ◦ blue 105

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

Shades of Observatory #088C69

Tints of Observatory #088C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 55.34%

 BLUE value IS 105 (41.41% from 255) = 41.5%

R = 3.16%
G = 55.34%
B = 41.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#088C69 (or 0x088C69) is known color: Observatory. HEX triplet: 08, 8C and 69. RGB value is (8,140,105). Sum of RGB (Red+Green+Blue) = 8+140+105=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #088C69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088C69 is #F77396. Grayscale: #606060. Windows color (decimal): -16216983 or 6917128. OLE color: 6917128.

HSL color Cylindrical-coordinate representation of color #088C69: hue angle of 164.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088C69 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 140 105 -
CMYK 0.94 0 0.25 0.45
HSL 164.09º 0.89% 0.29% -
HSV(B) 164.09º 0.94% 0.55% -
XYZ 12.03 19.83 16.56 -
YUV 96.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 8 140 105 0.94 0 0.25 0.45 164.09 0.89 0.29
Hex 8 8C 69 5E 0 19 2D A4 59 1D
Octal 10 214 151 136 0 31 55 244 131 35
Binary 1000 10001100 1101001 1011110 0 11001 101101 10100100 1011001 11101

Color Harmonies of #088C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088C69

Black with #088C69

Text Example


Text Example

White with #088C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088C69; }

 p { color: rgb(8,140,105); }

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

background-color css

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

 a { background-color: rgb(8,140,105); }

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

border-color css

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

 span { border-color: rgb(8,140,105); }

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