Html Css Color HEX #069076 Observatory

📋 copy color: '#069076'

red 6 ◦ green 144 ◦ blue 118

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

Shades of Observatory #069076

Tints of Observatory #069076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 2.24%
G = 53.73%
B = 44.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#069076 (or 0x069076) is known color: Observatory. HEX triplet: 06, 90 and 76. RGB value is (6,144,118). Sum of RGB (Red+Green+Blue) = 6+144+118=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #069076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069076 is #F96F89. Grayscale: #636363. Windows color (decimal): -16347018 or 7770118. OLE color: 7770118.

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

Color convert

RGB 6 144 118 -
CMYK 0.96 0 0.18 0.44
HSL 168.7º 0.92% 0.29% -
HSV(B) 168.7º 0.96% 0.56% -
XYZ 13.32 21.29 20.55 -
YUV 99.77 138.28 61.11 -
System Red Green Blue C M Y K H S L
Decimal 6 144 118 0.96 0 0.18 0.44 168.7 0.92 0.29
Hex 6 90 76 60 0 12 2C A9 5C 1D
Octal 6 220 166 140 0 22 54 251 134 35
Binary 110 10010000 1110110 1100000 0 10010 101100 10101001 1011100 11101

Color Harmonies of #069076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069076

Black with #069076

Text Example


Text Example

White with #069076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069076; }

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

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

background-color css

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

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

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

border-color css

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

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

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