Html Css Color HEX #008875 Observatory

📋 copy color: '#008875'

red 0 ◦ green 136 ◦ blue 117

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

Shades of Observatory #008875

Tints of Observatory #008875

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 53.75%
B = 46.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#008875 (or 0x008875) is known color: Observatory. HEX triplet: 00, 88 and 75. RGB value is (0,136,117). Sum of RGB (Red+Green+Blue) = 0+136+117=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #008875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008875 is #FF778A. Grayscale: #5D5D5D. Windows color (decimal): -16742283 or 7702528. OLE color: 7702528.

HSL color Cylindrical-coordinate representation of color #008875: hue angle of 171.62º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008875 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 117 -
CMYK 1 0 0.14 0.47
HSL 171.62º 1% 0.27% -
HSV(B) 171.62º 1% 0.53% -
XYZ 12.02 18.89 19.84 -
YUV 93.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 0 136 117 1 0 0.14 0.47 171.62 1 0.27
Hex 0 88 75 64 0 E 2F AC 64 1B
Octal 0 210 165 144 0 16 57 254 144 33
Binary 0 10001000 1110101 1100100 0 1110 101111 10101100 1100100 11011

Color Harmonies of #008875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008875

Black with #008875

Text Example


Text Example

White with #008875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008875; }

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

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

background-color css

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

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

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

border-color css

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

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

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