Html Css Color HEX #008465 Observatory

📋 copy color: '#008465'

red 0 ◦ green 132 ◦ blue 101

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

Shades of Observatory #008465

Tints of Observatory #008465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.35%

R = 0%
G = 56.65%
B = 43.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#008465 (or 0x008465) is known color: Observatory. HEX triplet: 00, 84 and 65. RGB value is (0,132,101). Sum of RGB (Red+Green+Blue) = 0+132+101=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #008465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008465 is #FF7B9A. Grayscale: #585858. Windows color (decimal): -16743323 or 6652928. OLE color: 6652928.

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

Color convert

RGB 0 132 101 -
CMYK 1 0 0.23 0.48
HSL 165.91º 1% 0.26% -
HSV(B) 165.91º 1% 0.52% -
XYZ 10.6 17.44 15.12 -
YUV 89 134.77 64.52 -
System Red Green Blue C M Y K H S L
Decimal 0 132 101 1 0 0.23 0.48 165.91 1 0.26
Hex 0 84 65 64 0 17 30 A6 64 1A
Octal 0 204 145 144 0 27 60 246 144 32
Binary 0 10000100 1100101 1100100 0 10111 110000 10100110 1100100 11010

Color Harmonies of #008465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008465

Black with #008465

Text Example


Text Example

White with #008465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008465; }

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

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

background-color css

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

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

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

border-color css

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

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

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