Html Css Color HEX #078975 Observatory

📋 copy color: '#078975'

red 7 ◦ green 137 ◦ blue 117

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

Shades of Observatory #078975

Tints of Observatory #078975

RGB

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

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

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

R = 2.68%
G = 52.49%
B = 44.83%

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

#078975 (or 0x078975) is known color: Observatory. HEX triplet: 07, 89 and 75. RGB value is (7,137,117). Sum of RGB (Red+Green+Blue) = 7+137+117=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #078975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078975 is #F8768A. Grayscale: #5F5F5F. Windows color (decimal): -16283275 or 7702791. OLE color: 7702791.

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

Color convert

RGB 7 137 117 -
CMYK 0.95 0 0.15 0.46
HSL 170.77º 0.9% 0.28% -
HSV(B) 170.77º 0.95% 0.54% -
XYZ 12.24 19.22 19.89 -
YUV 95.85 139.93 64.63 -
System Red Green Blue C M Y K H S L
Decimal 7 137 117 0.95 0 0.15 0.46 170.77 0.9 0.28
Hex 7 89 75 5F 0 F 2E AB 5A 1C
Octal 7 211 165 137 0 17 56 253 132 34
Binary 111 10001001 1110101 1011111 0 1111 101110 10101011 1011010 11100

Color Harmonies of #078975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078975

Black with #078975

Text Example


Text Example

White with #078975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078975; }

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

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

background-color css

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

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

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

border-color css

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

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

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