Html Css Color HEX #079069 Observatory

📋 copy color: '#079069'

red 7 ◦ green 144 ◦ blue 105

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

Shades of Observatory #079069

Tints of Observatory #079069

RGB

 RED value IS 7 (3.13% from 255) = 2.73%

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

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

R = 2.73%
G = 56.25%
B = 41.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#079069 (or 0x079069) is known color: Observatory. HEX triplet: 07, 90 and 69. RGB value is (7,144,105). Sum of RGB (Red+Green+Blue) = 7+144+105=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #079069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079069 is #F86F96. Grayscale: #626262. Windows color (decimal): -16281495 or 6918151. OLE color: 6918151.

HSL color Cylindrical-coordinate representation of color #079069: hue angle of 162.92º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079069 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 144 105 -
CMYK 0.95 0 0.27 0.44
HSL 162.92º 0.91% 0.3% -
HSV(B) 162.92º 0.95% 0.56% -
XYZ 12.61 21.01 16.76 -
YUV 98.59 131.61 62.67 -
System Red Green Blue C M Y K H S L
Decimal 7 144 105 0.95 0 0.27 0.44 162.92 0.91 0.3
Hex 7 90 69 5F 0 1B 2C A3 5B 1E
Octal 7 220 151 137 0 33 54 243 133 36
Binary 111 10010000 1101001 1011111 0 11011 101100 10100011 1011011 11110

Color Harmonies of #079069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079069

Black with #079069

Text Example


Text Example

White with #079069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079069; }

 p { color: rgb(7,144,105); }

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

background-color css

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

 a { background-color: rgb(7,144,105); }

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

border-color css

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

 span { border-color: rgb(7,144,105); }

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