Html Css Color HEX #009175 Observatory

📋 copy color: '#009175'

red 0 ◦ green 145 ◦ blue 117

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

Shades of Observatory #009175

Tints of Observatory #009175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.34%

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

R = 0%
G = 55.34%
B = 44.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#009175 (or 0x009175) is known color: Observatory. HEX triplet: 00, 91 and 75. RGB value is (0,145,117). Sum of RGB (Red+Green+Blue) = 0+145+117=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #009175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009175 is #FF6E8A. Grayscale: #626262. Windows color (decimal): -16739979 or 7704832. OLE color: 7704832.

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

Color convert

RGB 0 145 117 -
CMYK 1 0 0.19 0.43
HSL 168.41º 1% 0.28% -
HSV(B) 168.41º 1% 0.57% -
XYZ 13.34 21.54 20.28 -
YUV 98.45 138.46 57.78 -
System Red Green Blue C M Y K H S L
Decimal 0 145 117 1 0 0.19 0.43 168.41 1 0.28
Hex 0 91 75 64 0 13 2B A8 64 1C
Octal 0 221 165 144 0 23 53 250 144 34
Binary 0 10010001 1110101 1100100 0 10011 101011 10101000 1100100 11100

Color Harmonies of #009175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009175

Black with #009175

Text Example


Text Example

White with #009175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009175; }

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

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

background-color css

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

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

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

border-color css

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

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

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