Html Css Color HEX #008765 Observatory

📋 copy color: '#008765'

red 0 ◦ green 135 ◦ blue 101

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

Shades of Observatory #008765

Tints of Observatory #008765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 0%
G = 57.2%
B = 42.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#008765 (or 0x008765) is known color: Observatory. HEX triplet: 00, 87 and 65. RGB value is (0,135,101). Sum of RGB (Red+Green+Blue) = 0+135+101=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #008765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008765 is #FF789A. Grayscale: #5A5A5A. Windows color (decimal): -16742555 or 6653696. OLE color: 6653696.

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

Color convert

RGB 0 135 101 -
CMYK 1 0 0.25 0.47
HSL 164.89º 1% 0.26% -
HSV(B) 164.89º 1% 0.53% -
XYZ 11.01 18.27 15.26 -
YUV 90.76 133.77 63.26 -
System Red Green Blue C M Y K H S L
Decimal 0 135 101 1 0 0.25 0.47 164.89 1 0.26
Hex 0 87 65 64 0 19 2F A5 64 1A
Octal 0 207 145 144 0 31 57 245 144 32
Binary 0 10000111 1100101 1100100 0 11001 101111 10100101 1100100 11010

Color Harmonies of #008765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008765

Black with #008765

Text Example


Text Example

White with #008765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008765; }

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

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

background-color css

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

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

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

border-color css

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

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

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