Html Css Color HEX #008774 Observatory

📋 copy color: '#008774'

red 0 ◦ green 135 ◦ blue 116

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

Shades of Observatory #008774

Tints of Observatory #008774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 0%
G = 53.78%
B = 46.22%

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

#008774 (or 0x008774) is known color: Observatory. HEX triplet: 00, 87 and 74. RGB value is (0,135,116). Sum of RGB (Red+Green+Blue) = 0+135+116=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #008774 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008774 is #FF788B. Grayscale: #5C5C5C. Windows color (decimal): -16742540 or 7636736. OLE color: 7636736.

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

Color convert

RGB 0 135 116 -
CMYK 1 0 0.14 0.47
HSL 171.56º 1% 0.26% -
HSV(B) 171.56º 1% 0.53% -
XYZ 11.82 18.59 19.49 -
YUV 92.47 141.27 62.04 -
System Red Green Blue C M Y K H S L
Decimal 0 135 116 1 0 0.14 0.47 171.56 1 0.26
Hex 0 87 74 64 0 E 2F AC 64 1A
Octal 0 207 164 144 0 16 57 254 144 32
Binary 0 10000111 1110100 1100100 0 1110 101111 10101100 1100100 11010

Color Harmonies of #008774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008774

Black with #008774

Text Example


Text Example

White with #008774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008774; }

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

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

background-color css

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

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

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

border-color css

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

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

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