Html Css Color HEX #008760 Observatory

📋 copy color: '#008760'

red 0 ◦ green 135 ◦ blue 96

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

Shades of Observatory #008760

Tints of Observatory #008760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 0%
G = 58.44%
B = 41.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#008760 (or 0x008760) is known color: Observatory. HEX triplet: 00, 87 and 60. RGB value is (0,135,96). Sum of RGB (Red+Green+Blue) = 0+135+96=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #008760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008760 is #FF789F. Grayscale: #5A5A5A. Windows color (decimal): -16742560 or 6326016. OLE color: 6326016.

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

Color convert

RGB 0 135 96 -
CMYK 1 0 0.29 0.47
HSL 162.67º 1% 0.26% -
HSV(B) 162.67º 1% 0.53% -
XYZ 10.78 18.17 14.01 -
YUV 90.19 131.27 63.67 -
System Red Green Blue C M Y K H S L
Decimal 0 135 96 1 0 0.29 0.47 162.67 1 0.26
Hex 0 87 60 64 0 1D 2F A3 64 1A
Octal 0 207 140 144 0 35 57 243 144 32
Binary 0 10000111 1100000 1100100 0 11101 101111 10100011 1100100 11010

Color Harmonies of #008760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008760

Black with #008760

Text Example


Text Example

White with #008760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008760; }

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

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

background-color css

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

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

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

border-color css

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

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

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