Html Css Color HEX #069077 Observatory

📋 copy color: '#069077'

red 6 ◦ green 144 ◦ blue 119

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

Shades of Observatory #069077

Tints of Observatory #069077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 2.23%
G = 53.53%
B = 44.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#069077 (or 0x069077) is known color: Observatory. HEX triplet: 06, 90 and 77. RGB value is (6,144,119). Sum of RGB (Red+Green+Blue) = 6+144+119=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #069077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069077 is #F96F88. Grayscale: #636363. Windows color (decimal): -16347017 or 7835654. OLE color: 7835654.

HSL color Cylindrical-coordinate representation of color #069077: hue angle of 169.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069077 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 119 -
CMYK 0.96 0 0.17 0.44
HSL 169.13º 0.92% 0.29% -
HSV(B) 169.13º 0.96% 0.56% -
XYZ 13.38 21.32 20.86 -
YUV 99.89 138.78 61.03 -
System Red Green Blue C M Y K H S L
Decimal 6 144 119 0.96 0 0.17 0.44 169.13 0.92 0.29
Hex 6 90 77 60 0 11 2C A9 5C 1D
Octal 6 220 167 140 0 21 54 251 134 35
Binary 110 10010000 1110111 1100000 0 10001 101100 10101001 1011100 11101

Color Harmonies of #069077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069077

Black with #069077

Text Example


Text Example

White with #069077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069077; }

 p { color: rgb(6,144,119); }

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

background-color css

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

 a { background-color: rgb(6,144,119); }

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

border-color css

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

 span { border-color: rgb(6,144,119); }

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