Html Css Color HEX #009278 Observatory

📋 copy color: '#009278'

red 0 ◦ green 146 ◦ blue 120

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

Shades of Observatory #009278

Tints of Observatory #009278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.89%

 BLUE value IS 120 (47.27% from 255) = 45.11%

R = 0%
G = 54.89%
B = 45.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#009278 (or 0x009278) is known color: Observatory. HEX triplet: 00, 92 and 78. RGB value is (0,146,120). Sum of RGB (Red+Green+Blue) = 0+146+120=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #009278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009278 is #FF6D87. Grayscale: #636363. Windows color (decimal): -16739720 or 7901696. OLE color: 7901696.

HSL color Cylindrical-coordinate representation of color #009278: hue angle of 169.32º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009278 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 146 120 -
CMYK 1 0 0.18 0.43
HSL 169.32º 1% 0.29% -
HSV(B) 169.32º 1% 0.57% -
XYZ 13.67 21.91 21.28 -
YUV 99.38 139.63 57.11 -
System Red Green Blue C M Y K H S L
Decimal 0 146 120 1 0 0.18 0.43 169.32 1 0.29
Hex 0 92 78 64 0 12 2B A9 64 1D
Octal 0 222 170 144 0 22 53 251 144 35
Binary 0 10010010 1111000 1100100 0 10010 101011 10101001 1100100 11101

Color Harmonies of #009278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009278

Black with #009278

Text Example


Text Example

White with #009278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009278; }

 p { color: rgb(0,146,120); }

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

background-color css

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

 a { background-color: rgb(0,146,120); }

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

border-color css

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

 span { border-color: rgb(0,146,120); }

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