Html Css Color HEX #079371 Observatory

📋 copy color: '#079371'

red 7 ◦ green 147 ◦ blue 113

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

Shades of Observatory #079371

Tints of Observatory #079371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 2.62%
G = 55.06%
B = 42.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#079371 (or 0x079371) is known color: Observatory. HEX triplet: 07, 93 and 71. RGB value is (7,147,113). Sum of RGB (Red+Green+Blue) = 7+147+113=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #079371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079371 is #F86C8E. Grayscale: #656565. Windows color (decimal): -16280719 or 7443207. OLE color: 7443207.

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

Color convert

RGB 7 147 113 -
CMYK 0.95 0 0.23 0.42
HSL 165.43º 0.91% 0.3% -
HSV(B) 165.43º 0.95% 0.58% -
XYZ 13.5 22.1 19.18 -
YUV 101.26 134.62 60.76 -
System Red Green Blue C M Y K H S L
Decimal 7 147 113 0.95 0 0.23 0.42 165.43 0.91 0.3
Hex 7 93 71 5F 0 17 2A A5 5B 1E
Octal 7 223 161 137 0 27 52 245 133 36
Binary 111 10010011 1110001 1011111 0 10111 101010 10100101 1011011 11110

Color Harmonies of #079371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079371

Black with #079371

Text Example


Text Example

White with #079371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079371; }

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

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

background-color css

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

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

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

border-color css

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

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

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