Html Css Color HEX #078974 Observatory

📋 copy color: '#078974'

red 7 ◦ green 137 ◦ blue 116

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

Shades of Observatory #078974

Tints of Observatory #078974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.69%

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 2.69%
G = 52.69%
B = 44.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#078974 (or 0x078974) is known color: Observatory. HEX triplet: 07, 89 and 74. RGB value is (7,137,116). Sum of RGB (Red+Green+Blue) = 7+137+116=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #078974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078974 is #F8768B. Grayscale: #5F5F5F. Windows color (decimal): -16283276 or 7637255. OLE color: 7637255.

HSL color Cylindrical-coordinate representation of color #078974: hue angle of 170.31º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078974 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 116 -
CMYK 0.95 0 0.15 0.46
HSL 170.31º 0.9% 0.28% -
HSV(B) 170.31º 0.95% 0.54% -
XYZ 12.19 19.2 19.59 -
YUV 95.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 7 137 116 0.95 0 0.15 0.46 170.31 0.9 0.28
Hex 7 89 74 5F 0 F 2E AA 5A 1C
Octal 7 211 164 137 0 17 56 252 132 34
Binary 111 10001001 1110100 1011111 0 1111 101110 10101010 1011010 11100

Color Harmonies of #078974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078974

Black with #078974

Text Example


Text Example

White with #078974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078974; }

 p { color: rgb(7,137,116); }

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

background-color css

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

 a { background-color: rgb(7,137,116); }

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

border-color css

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

 span { border-color: rgb(7,137,116); }

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