Html Css Color HEX #079475 Observatory

📋 copy color: '#079475'

red 7 ◦ green 148 ◦ blue 117

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

Shades of Observatory #079475

Tints of Observatory #079475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.41%

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 2.57%
G = 54.41%
B = 43.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#079475 (or 0x079475) is known color: Observatory. HEX triplet: 07, 94 and 75. RGB value is (7,148,117). Sum of RGB (Red+Green+Blue) = 7+148+117=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #079475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079475 is #F86B8A. Grayscale: #666666. Windows color (decimal): -16280459 or 7705607. OLE color: 7705607.

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

Color convert

RGB 7 148 117 -
CMYK 0.95 0 0.21 0.42
HSL 166.81º 0.91% 0.3% -
HSV(B) 166.81º 0.95% 0.58% -
XYZ 13.89 22.51 20.44 -
YUV 102.31 136.29 60.02 -
System Red Green Blue C M Y K H S L
Decimal 7 148 117 0.95 0 0.21 0.42 166.81 0.91 0.3
Hex 7 94 75 5F 0 15 2A A7 5B 1E
Octal 7 224 165 137 0 25 52 247 133 36
Binary 111 10010100 1110101 1011111 0 10101 101010 10100111 1011011 11110

Color Harmonies of #079475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079475

Black with #079475

Text Example


Text Example

White with #079475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079475; }

 p { color: rgb(7,148,117); }

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

background-color css

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

 a { background-color: rgb(7,148,117); }

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

border-color css

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

 span { border-color: rgb(7,148,117); }

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