Html Css Color HEX #009275 Observatory

📋 copy color: '#009275'

red 0 ◦ green 146 ◦ blue 117

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

Shades of Observatory #009275

Tints of Observatory #009275

RGB

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

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

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

R = 0%
G = 55.51%
B = 44.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#009275 (or 0x009275) is known color: Observatory. HEX triplet: 00, 92 and 75. RGB value is (0,146,117). Sum of RGB (Red+Green+Blue) = 0+146+117=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #009275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009275 is #FF6D8A. Grayscale: #636363. Windows color (decimal): -16739723 or 7705088. OLE color: 7705088.

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

Color convert

RGB 0 146 117 -
CMYK 1 0 0.20 0.43
HSL 168.08º 1% 0.29% -
HSV(B) 168.08º 1% 0.57% -
XYZ 13.49 21.84 20.33 -
YUV 99.04 138.13 57.36 -
System Red Green Blue C M Y K H S L
Decimal 0 146 117 1 0 0.20 0.43 168.08 1 0.29
Hex 0 92 75 64 0 14 2B A8 64 1D
Octal 0 222 165 144 0 24 53 250 144 35
Binary 0 10010010 1110101 1100100 0 10100 101011 10101000 1100100 11101

Color Harmonies of #009275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009275

Black with #009275

Text Example


Text Example

White with #009275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009275; }

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

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

background-color css

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

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

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

border-color css

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

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

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