Html Css Color HEX #008663 Observatory

📋 copy color: '#008663'

red 0 ◦ green 134 ◦ blue 99

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

Shades of Observatory #008663

Tints of Observatory #008663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 0%
G = 57.51%
B = 42.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#008663 (or 0x008663) is known color: Observatory. HEX triplet: 00, 86 and 63. RGB value is (0,134,99). Sum of RGB (Red+Green+Blue) = 0+134+99=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #008663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008663 is #FF799C. Grayscale: #595959. Windows color (decimal): -16742813 or 6522368. OLE color: 6522368.

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

Color convert

RGB 0 134 99 -
CMYK 1 0 0.26 0.47
HSL 164.33º 1% 0.26% -
HSV(B) 164.33º 1% 0.53% -
XYZ 10.78 17.95 14.7 -
YUV 89.94 133.11 63.85 -
System Red Green Blue C M Y K H S L
Decimal 0 134 99 1 0 0.26 0.47 164.33 1 0.26
Hex 0 86 63 64 0 1A 2F A4 64 1A
Octal 0 206 143 144 0 32 57 244 144 32
Binary 0 10000110 1100011 1100100 0 11010 101111 10100100 1100100 11010

Color Harmonies of #008663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008663

Black with #008663

Text Example


Text Example

White with #008663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008663; }

 p { color: rgb(0,134,99); }

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

background-color css

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

 a { background-color: rgb(0,134,99); }

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

border-color css

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

 span { border-color: rgb(0,134,99); }

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