Html Css Color HEX #008564 Observatory

📋 copy color: '#008564'

red 0 ◦ green 133 ◦ blue 100

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

Shades of Observatory #008564

Tints of Observatory #008564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.08%

 BLUE value IS 100 (39.45% from 255) = 42.92%

R = 0%
G = 57.08%
B = 42.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#008564 (or 0x008564) is known color: Observatory. HEX triplet: 00, 85 and 64. RGB value is (0,133,100). Sum of RGB (Red+Green+Blue) = 0+133+100=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #008564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008564 is #FF7A9B. Grayscale: #595959. Windows color (decimal): -16743068 or 6587648. OLE color: 6587648.

HSL color Cylindrical-coordinate representation of color #008564: hue angle of 165.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008564 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 100 -
CMYK 1 0 0.25 0.48
HSL 165.11º 1% 0.26% -
HSV(B) 165.11º 1% 0.52% -
XYZ 10.69 17.7 14.91 -
YUV 89.47 133.94 64.18 -
System Red Green Blue C M Y K H S L
Decimal 0 133 100 1 0 0.25 0.48 165.11 1 0.26
Hex 0 85 64 64 0 19 30 A5 64 1A
Octal 0 205 144 144 0 31 60 245 144 32
Binary 0 10000101 1100100 1100100 0 11001 110000 10100101 1100100 11010

Color Harmonies of #008564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008564

Black with #008564

Text Example


Text Example

White with #008564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008564; }

 p { color: rgb(0,133,100); }

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

background-color css

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

 a { background-color: rgb(0,133,100); }

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

border-color css

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

 span { border-color: rgb(0,133,100); }

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