Html Css Color HEX #079376 Observatory

📋 copy color: '#079376'

red 7 ◦ green 147 ◦ blue 118

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

Shades of Observatory #079376

Tints of Observatory #079376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.04%

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

R = 2.57%
G = 54.04%
B = 43.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#079376 (or 0x079376) is known color: Observatory. HEX triplet: 07, 93 and 76. RGB value is (7,147,118). Sum of RGB (Red+Green+Blue) = 7+147+118=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #079376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079376 is #F86C89. Grayscale: #656565. Windows color (decimal): -16280714 or 7770887. OLE color: 7770887.

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

Color convert

RGB 7 147 118 -
CMYK 0.95 0 0.20 0.42
HSL 167.57º 0.91% 0.3% -
HSV(B) 167.57º 0.95% 0.58% -
XYZ 13.79 22.22 20.7 -
YUV 101.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 7 147 118 0.95 0 0.20 0.42 167.57 0.91 0.3
Hex 7 93 76 5F 0 14 2A A8 5B 1E
Octal 7 223 166 137 0 24 52 250 133 36
Binary 111 10010011 1110110 1011111 0 10100 101010 10101000 1011011 11110

Color Harmonies of #079376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079376

Black with #079376

Text Example


Text Example

White with #079376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079376; }

 p { color: rgb(7,147,118); }

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

background-color css

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

 a { background-color: rgb(7,147,118); }

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

border-color css

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

 span { border-color: rgb(7,147,118); }

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