Html Css Color HEX #009575 Observatory

📋 copy color: '#009575'

red 0 ◦ green 149 ◦ blue 117

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

Shades of Observatory #009575

Tints of Observatory #009575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 0%
G = 56.02%
B = 43.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#009575 (or 0x009575) is known color: Observatory. HEX triplet: 00, 95 and 75. RGB value is (0,149,117). Sum of RGB (Red+Green+Blue) = 0+149+117=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #009575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009575 is #FF6A8A. Grayscale: #646464. Windows color (decimal): -16738955 or 7705856. OLE color: 7705856.

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

Color convert

RGB 0 149 117 -
CMYK 1 0 0.21 0.42
HSL 167.11º 1% 0.29% -
HSV(B) 167.11º 1% 0.58% -
XYZ 13.96 22.78 20.49 -
YUV 100.8 137.14 56.1 -
System Red Green Blue C M Y K H S L
Decimal 0 149 117 1 0 0.21 0.42 167.11 1 0.29
Hex 0 95 75 64 0 15 2A A7 64 1D
Octal 0 225 165 144 0 25 52 247 144 35
Binary 0 10010101 1110101 1100100 0 10101 101010 10100111 1100100 11101

Color Harmonies of #009575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009575

Black with #009575

Text Example


Text Example

White with #009575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009575; }

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

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

background-color css

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

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

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

border-color css

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

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

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