Html Css Color HEX #009269 Observatory

📋 copy color: '#009269'

red 0 ◦ green 146 ◦ blue 105

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

Shades of Observatory #009269

Tints of Observatory #009269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 0%
G = 58.17%
B = 41.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#009269 (or 0x009269) is known color: Observatory. HEX triplet: 00, 92 and 69. RGB value is (0,146,105). Sum of RGB (Red+Green+Blue) = 0+146+105=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #009269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009269 is #FF6D96. Grayscale: #616161. Windows color (decimal): -16739735 or 6918656. OLE color: 6918656.

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

Color convert

RGB 0 146 105 -
CMYK 1 0 0.28 0.43
HSL 163.15º 1% 0.29% -
HSV(B) 163.15º 1% 0.57% -
XYZ 12.83 21.58 16.85 -
YUV 97.67 132.13 58.33 -
System Red Green Blue C M Y K H S L
Decimal 0 146 105 1 0 0.28 0.43 163.15 1 0.29
Hex 0 92 69 64 0 1C 2B A3 64 1D
Octal 0 222 151 144 0 34 53 243 144 35
Binary 0 10010010 1101001 1100100 0 11100 101011 10100011 1100100 11101

Color Harmonies of #009269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009269

Black with #009269

Text Example


Text Example

White with #009269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009269; }

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

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

background-color css

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

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

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

border-color css

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

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

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