Html Css Color HEX #008468 Observatory

📋 copy color: '#008468'

red 0 ◦ green 132 ◦ blue 104

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

Shades of Observatory #008468

Tints of Observatory #008468

RGB

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

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

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

R = 0%
G = 55.93%
B = 44.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#008468 (or 0x008468) is known color: Observatory. HEX triplet: 00, 84 and 68. RGB value is (0,132,104). Sum of RGB (Red+Green+Blue) = 0+132+104=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #008468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008468 is #FF7B97. Grayscale: #595959. Windows color (decimal): -16743320 or 6849536. OLE color: 6849536.

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

Color convert

RGB 0 132 104 -
CMYK 1 0 0.21 0.48
HSL 167.27º 1% 0.26% -
HSV(B) 167.27º 1% 0.52% -
XYZ 10.75 17.5 15.91 -
YUV 89.34 136.27 64.28 -
System Red Green Blue C M Y K H S L
Decimal 0 132 104 1 0 0.21 0.48 167.27 1 0.26
Hex 0 84 68 64 0 15 30 A7 64 1A
Octal 0 204 150 144 0 25 60 247 144 32
Binary 0 10000100 1101000 1100100 0 10101 110000 10100111 1100100 11010

Color Harmonies of #008468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008468

Black with #008468

Text Example


Text Example

White with #008468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008468; }

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

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

background-color css

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

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

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

border-color css

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

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

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