Html Css Color HEX #079278 Observatory

📋 copy color: '#079278'

red 7 ◦ green 146 ◦ blue 120

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

Shades of Observatory #079278

Tints of Observatory #079278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.48%

 BLUE value IS 120 (47.27% from 255) = 43.96%

R = 2.56%
G = 53.48%
B = 43.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#079278 (or 0x079278) is known color: Observatory. HEX triplet: 07, 92 and 78. RGB value is (7,146,120). Sum of RGB (Red+Green+Blue) = 7+146+120=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #079278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079278 is #F86D87. Grayscale: #656565. Windows color (decimal): -16280968 or 7901703. OLE color: 7901703.

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

Color convert

RGB 7 146 120 -
CMYK 0.95 0 0.18 0.43
HSL 168.78º 0.91% 0.3% -
HSV(B) 168.78º 0.95% 0.57% -
XYZ 13.76 21.96 21.28 -
YUV 101.48 138.45 60.61 -
System Red Green Blue C M Y K H S L
Decimal 7 146 120 0.95 0 0.18 0.43 168.78 0.91 0.3
Hex 7 92 78 5F 0 12 2B A9 5B 1E
Octal 7 222 170 137 0 22 53 251 133 36
Binary 111 10010010 1111000 1011111 0 10010 101011 10101001 1011011 11110

Color Harmonies of #079278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079278

Black with #079278

Text Example


Text Example

White with #079278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079278; }

 p { color: rgb(7,146,120); }

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

background-color css

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

 a { background-color: rgb(7,146,120); }

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

border-color css

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

 span { border-color: rgb(7,146,120); }

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