Html Css Color HEX #009574 Observatory

📋 copy color: '#009574'

red 0 ◦ green 149 ◦ blue 116

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

Shades of Observatory #009574

Tints of Observatory #009574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.23%

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 0%
G = 56.23%
B = 43.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#009574 (or 0x009574) is known color: Observatory. HEX triplet: 00, 95 and 74. RGB value is (0,149,116). Sum of RGB (Red+Green+Blue) = 0+149+116=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #009574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009574 is #FF6A8B. Grayscale: #646464. Windows color (decimal): -16738956 or 7640320. OLE color: 7640320.

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

Color convert

RGB 0 149 116 -
CMYK 1 0 0.22 0.42
HSL 166.71º 1% 0.29% -
HSV(B) 166.71º 1% 0.58% -
XYZ 13.9 22.76 20.18 -
YUV 100.69 136.64 56.18 -
System Red Green Blue C M Y K H S L
Decimal 0 149 116 1 0 0.22 0.42 166.71 1 0.29
Hex 0 95 74 64 0 16 2A A7 64 1D
Octal 0 225 164 144 0 26 52 247 144 35
Binary 0 10010101 1110100 1100100 0 10110 101010 10100111 1100100 11101

Color Harmonies of #009574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009574

Black with #009574

Text Example


Text Example

White with #009574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009574; }

 p { color: rgb(0,149,116); }

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

background-color css

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

 a { background-color: rgb(0,149,116); }

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

border-color css

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

 span { border-color: rgb(0,149,116); }

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