Html Css Color HEX #008775 Observatory

📋 copy color: '#008775'

red 0 ◦ green 135 ◦ blue 117

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

Shades of Observatory #008775

Tints of Observatory #008775

RGB

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

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

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

R = 0%
G = 53.57%
B = 46.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#008775 (or 0x008775) is known color: Observatory. HEX triplet: 00, 87 and 75. RGB value is (0,135,117). Sum of RGB (Red+Green+Blue) = 0+135+117=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #008775 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008775 is #FF788A. Grayscale: #5C5C5C. Windows color (decimal): -16742539 or 7702272. OLE color: 7702272.

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

Color convert

RGB 0 135 117 -
CMYK 1 0 0.13 0.47
HSL 172º 1% 0.26% -
HSV(B) 172º 1% 0.53% -
XYZ 11.87 18.61 19.8 -
YUV 92.58 141.77 61.96 -
System Red Green Blue C M Y K H S L
Decimal 0 135 117 1 0 0.13 0.47 172 1 0.26
Hex 0 87 75 64 0 D 2F AC 64 1A
Octal 0 207 165 144 0 15 57 254 144 32
Binary 0 10000111 1110101 1100100 0 1101 101111 10101100 1100100 11010

Color Harmonies of #008775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008775

Black with #008775

Text Example


Text Example

White with #008775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008775; }

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

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

background-color css

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

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

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

border-color css

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

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

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