Html Css Color HEX #008766 Observatory

📋 copy color: '#008766'

red 0 ◦ green 135 ◦ blue 102

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

Shades of Observatory #008766

Tints of Observatory #008766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 0%
G = 56.96%
B = 43.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#008766 (or 0x008766) is known color: Observatory. HEX triplet: 00, 87 and 66. RGB value is (0,135,102). Sum of RGB (Red+Green+Blue) = 0+135+102=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #008766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008766 is #FF7899. Grayscale: #5A5A5A. Windows color (decimal): -16742554 or 6719232. OLE color: 6719232.

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

Color convert

RGB 0 135 102 -
CMYK 1 0 0.24 0.47
HSL 165.33º 1% 0.26% -
HSV(B) 165.33º 1% 0.53% -
XYZ 11.06 18.29 15.52 -
YUV 90.87 134.27 63.18 -
System Red Green Blue C M Y K H S L
Decimal 0 135 102 1 0 0.24 0.47 165.33 1 0.26
Hex 0 87 66 64 0 18 2F A5 64 1A
Octal 0 207 146 144 0 30 57 245 144 32
Binary 0 10000111 1100110 1100100 0 11000 101111 10100101 1100100 11010

Color Harmonies of #008766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008766

Black with #008766

Text Example


Text Example

White with #008766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008766; }

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

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

background-color css

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

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

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

border-color css

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

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

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