Html Css Color HEX #079467 Observatory

📋 copy color: '#079467'

red 7 ◦ green 148 ◦ blue 103

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

Shades of Observatory #079467

Tints of Observatory #079467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.92%

R = 2.71%
G = 57.36%
B = 39.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#079467 (or 0x079467) is known color: Observatory. HEX triplet: 07, 94 and 67. RGB value is (7,148,103). Sum of RGB (Red+Green+Blue) = 7+148+103=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #079467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079467 is #F86B98. Grayscale: #646464. Windows color (decimal): -16280473 or 6788103. OLE color: 6788103.

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

Color convert

RGB 7 148 103 -
CMYK 0.95 0 0.30 0.42
HSL 160.85º 0.91% 0.3% -
HSV(B) 160.85º 0.95% 0.58% -
XYZ 13.13 22.2 16.43 -
YUV 100.71 129.29 61.16 -
System Red Green Blue C M Y K H S L
Decimal 7 148 103 0.95 0 0.30 0.42 160.85 0.91 0.3
Hex 7 94 67 5F 0 1E 2A A1 5B 1E
Octal 7 224 147 137 0 36 52 241 133 36
Binary 111 10010100 1100111 1011111 0 11110 101010 10100001 1011011 11110

Color Harmonies of #079467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079467

Black with #079467

Text Example


Text Example

White with #079467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079467; }

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

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

background-color css

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

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

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

border-color css

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

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

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