Html Css Color HEX #078574 Observatory

📋 copy color: '#078574'

red 7 ◦ green 133 ◦ blue 116

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

Shades of Observatory #078574

Tints of Observatory #078574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.95%

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

R = 2.73%
G = 51.95%
B = 45.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#078574 (or 0x078574) is known color: Observatory. HEX triplet: 07, 85 and 74. RGB value is (7,133,116). Sum of RGB (Red+Green+Blue) = 7+133+116=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #078574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078574 is #F87A8B. Grayscale: #5D5D5D. Windows color (decimal): -16284300 or 7636231. OLE color: 7636231.

HSL color Cylindrical-coordinate representation of color #078574: hue angle of 171.9º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078574 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 116 -
CMYK 0.95 0 0.13 0.48
HSL 171.9º 0.9% 0.27% -
HSV(B) 171.9º 0.95% 0.52% -
XYZ 11.63 18.08 19.4 -
YUV 93.39 140.76 66.38 -
System Red Green Blue C M Y K H S L
Decimal 7 133 116 0.95 0 0.13 0.48 171.9 0.9 0.27
Hex 7 85 74 5F 0 D 30 AC 5A 1B
Octal 7 205 164 137 0 15 60 254 132 33
Binary 111 10000101 1110100 1011111 0 1101 110000 10101100 1011010 11011

Color Harmonies of #078574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078574

Black with #078574

Text Example


Text Example

White with #078574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078574; }

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

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

background-color css

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

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

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

border-color css

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

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

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