Html Css Color HEX #008464 Observatory

📋 copy color: '#008464'

red 0 ◦ green 132 ◦ blue 100

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

Shades of Observatory #008464

Tints of Observatory #008464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.9%

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

R = 0%
G = 56.9%
B = 43.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#008464 (or 0x008464) is known color: Observatory. HEX triplet: 00, 84 and 64. RGB value is (0,132,100). Sum of RGB (Red+Green+Blue) = 0+132+100=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #008464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008464 is #FF7B9B. Grayscale: #585858. Windows color (decimal): -16743324 or 6587392. OLE color: 6587392.

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

Color convert

RGB 0 132 100 -
CMYK 1 0 0.24 0.48
HSL 165.45º 1% 0.26% -
HSV(B) 165.45º 1% 0.52% -
XYZ 10.55 17.42 14.86 -
YUV 88.88 134.27 64.6 -
System Red Green Blue C M Y K H S L
Decimal 0 132 100 1 0 0.24 0.48 165.45 1 0.26
Hex 0 84 64 64 0 18 30 A5 64 1A
Octal 0 204 144 144 0 30 60 245 144 32
Binary 0 10000100 1100100 1100100 0 11000 110000 10100101 1100100 11010

Color Harmonies of #008464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008464

Black with #008464

Text Example


Text Example

White with #008464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008464; }

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

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

background-color css

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

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

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

border-color css

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

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

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