Html Css Color HEX #069473 Observatory

📋 copy color: '#069473'

red 6 ◦ green 148 ◦ blue 115

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

Shades of Observatory #069473

Tints of Observatory #069473

RGB

 RED value IS 6 (2.73% from 255) = 2.23%

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

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 2.23%
G = 55.02%
B = 42.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#069473 (or 0x069473) is known color: Observatory. HEX triplet: 06, 94 and 73. RGB value is (6,148,115). Sum of RGB (Red+Green+Blue) = 6+148+115=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #069473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069473 is #F96B8C. Grayscale: #656565. Windows color (decimal): -16345997 or 7574534. OLE color: 7574534.

HSL color Cylindrical-coordinate representation of color #069473: hue angle of 166.06º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069473 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 148 115 -
CMYK 0.96 0 0.22 0.42
HSL 166.06º 0.92% 0.3% -
HSV(B) 166.06º 0.96% 0.58% -
XYZ 13.76 22.46 19.83 -
YUV 101.78 135.46 59.68 -
System Red Green Blue C M Y K H S L
Decimal 6 148 115 0.96 0 0.22 0.42 166.06 0.92 0.3
Hex 6 94 73 60 0 16 2A A6 5C 1E
Octal 6 224 163 140 0 26 52 246 134 36
Binary 110 10010100 1110011 1100000 0 10110 101010 10100110 1011100 11110

Color Harmonies of #069473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069473

Black with #069473

Text Example


Text Example

White with #069473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069473; }

 p { color: rgb(6,148,115); }

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

background-color css

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

 a { background-color: rgb(6,148,115); }

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

border-color css

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

 span { border-color: rgb(6,148,115); }

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