Html Css Color HEX #069478 Observatory

📋 copy color: '#069478'

red 6 ◦ green 148 ◦ blue 120

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

Shades of Observatory #069478

Tints of Observatory #069478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 2.19%
G = 54.01%
B = 43.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#069478 (or 0x069478) is known color: Observatory. HEX triplet: 06, 94 and 78. RGB value is (6,148,120). Sum of RGB (Red+Green+Blue) = 6+148+120=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #069478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069478 is #F96B87. Grayscale: #666666. Windows color (decimal): -16345992 or 7902214. OLE color: 7902214.

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

Color convert

RGB 6 148 120 -
CMYK 0.96 0 0.19 0.42
HSL 168.17º 0.92% 0.3% -
HSV(B) 168.17º 0.96% 0.58% -
XYZ 14.06 22.57 21.39 -
YUV 102.35 137.96 59.28 -
System Red Green Blue C M Y K H S L
Decimal 6 148 120 0.96 0 0.19 0.42 168.17 0.92 0.3
Hex 6 94 78 60 0 13 2A A8 5C 1E
Octal 6 224 170 140 0 23 52 250 134 36
Binary 110 10010100 1111000 1100000 0 10011 101010 10101000 1011100 11110

Color Harmonies of #069478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069478

Black with #069478

Text Example


Text Example

White with #069478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069478; }

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

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

background-color css

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

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

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

border-color css

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

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

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