Html Css Color HEX #008A76 Observatory

📋 copy color: '#008A76'

red 0 ◦ green 138 ◦ blue 118

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

Shades of Observatory #008A76

Tints of Observatory #008A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.91%

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 0%
G = 53.91%
B = 46.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#008A76 (or 0x008A76) is known color: Observatory. HEX triplet: 00, 8A and 76. RGB value is (0,138,118). Sum of RGB (Red+Green+Blue) = 0+138+118=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #008A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A76 is #FF7589. Grayscale: #5E5E5E. Windows color (decimal): -16741770 or 7768576. OLE color: 7768576.

HSL color Cylindrical-coordinate representation of color #008A76: hue angle of 171.3º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A76 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 138 118 -
CMYK 1 0 0.14 0.46
HSL 171.3º 1% 0.27% -
HSV(B) 171.3º 1% 0.54% -
XYZ 12.36 19.48 20.25 -
YUV 94.46 141.28 60.63 -
System Red Green Blue C M Y K H S L
Decimal 0 138 118 1 0 0.14 0.46 171.3 1 0.27
Hex 0 8A 76 64 0 E 2E AB 64 1B
Octal 0 212 166 144 0 16 56 253 144 33
Binary 0 10001010 1110110 1100100 0 1110 101110 10101011 1100100 11011

Color Harmonies of #008A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A76

Black with #008A76

Text Example


Text Example

White with #008A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008A76; }

 p { color: rgb(0,138,118); }

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

background-color css

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

 a { background-color: rgb(0,138,118); }

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

border-color css

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

 span { border-color: rgb(0,138,118); }

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