Html Css Color HEX #008768 Observatory

📋 copy color: '#008768'

red 0 ◦ green 135 ◦ blue 104

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

Shades of Observatory #008768

Tints of Observatory #008768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 0%
G = 56.49%
B = 43.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#008768 (or 0x008768) is known color: Observatory. HEX triplet: 00, 87 and 68. RGB value is (0,135,104). Sum of RGB (Red+Green+Blue) = 0+135+104=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #008768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008768 is #FF7897. Grayscale: #5B5B5B. Windows color (decimal): -16742552 or 6850304. OLE color: 6850304.

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

Color convert

RGB 0 135 104 -
CMYK 1 0 0.23 0.47
HSL 166.22º 1% 0.26% -
HSV(B) 166.22º 1% 0.53% -
XYZ 11.16 18.33 16.05 -
YUV 91.1 135.27 63.02 -
System Red Green Blue C M Y K H S L
Decimal 0 135 104 1 0 0.23 0.47 166.22 1 0.26
Hex 0 87 68 64 0 17 2F A6 64 1A
Octal 0 207 150 144 0 27 57 246 144 32
Binary 0 10000111 1101000 1100100 0 10111 101111 10100110 1100100 11010

Color Harmonies of #008768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008768

Black with #008768

Text Example


Text Example

White with #008768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008768; }

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

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

background-color css

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

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

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

border-color css

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

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

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