Html Css Color HEX #009369 Observatory

📋 copy color: '#009369'

red 0 ◦ green 147 ◦ blue 105

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

Shades of Observatory #009369

Tints of Observatory #009369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.33%

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

R = 0%
G = 58.33%
B = 41.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#009369 (or 0x009369) is known color: Observatory. HEX triplet: 00, 93 and 69. RGB value is (0,147,105). Sum of RGB (Red+Green+Blue) = 0+147+105=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #009369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009369 is #FF6C96. Grayscale: #626262. Windows color (decimal): -16739479 or 6918912. OLE color: 6918912.

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

Color convert

RGB 0 147 105 -
CMYK 1 0 0.29 0.42
HSL 162.86º 1% 0.29% -
HSV(B) 162.86º 1% 0.58% -
XYZ 12.98 21.89 16.9 -
YUV 98.26 131.8 57.92 -
System Red Green Blue C M Y K H S L
Decimal 0 147 105 1 0 0.29 0.42 162.86 1 0.29
Hex 0 93 69 64 0 1D 2A A3 64 1D
Octal 0 223 151 144 0 35 52 243 144 35
Binary 0 10010011 1101001 1100100 0 11101 101010 10100011 1100100 11101

Color Harmonies of #009369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009369

Black with #009369

Text Example


Text Example

White with #009369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009369; }

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

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

background-color css

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

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

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

border-color css

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

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

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