Html Css Color HEX #009469 Observatory

📋 copy color: '#009469'

red 0 ◦ green 148 ◦ blue 105

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

Shades of Observatory #009469

Tints of Observatory #009469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.5%

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

R = 0%
G = 58.5%
B = 41.5%

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

#009469 (or 0x009469) is known color: Observatory. HEX triplet: 00, 94 and 69. RGB value is (0,148,105). Sum of RGB (Red+Green+Blue) = 0+148+105=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #009469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009469 is #FF6B96. Grayscale: #626262. Windows color (decimal): -16739223 or 6919168. OLE color: 6919168.

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

Color convert

RGB 0 148 105 -
CMYK 1 0 0.29 0.42
HSL 162.57º 1% 0.29% -
HSV(B) 162.57º 1% 0.58% -
XYZ 13.14 22.2 16.96 -
YUV 98.85 131.47 57.5 -
System Red Green Blue C M Y K H S L
Decimal 0 148 105 1 0 0.29 0.42 162.57 1 0.29
Hex 0 94 69 64 0 1D 2A A3 64 1D
Octal 0 224 151 144 0 35 52 243 144 35
Binary 0 10010100 1101001 1100100 0 11101 101010 10100011 1100100 11101

Color Harmonies of #009469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009469

Black with #009469

Text Example


Text Example

White with #009469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009469; }

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

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

background-color css

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

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

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

border-color css

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

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

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