Html Css Color HEX #078571 Observatory

📋 copy color: '#078571'

red 7 ◦ green 133 ◦ blue 113

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

Shades of Observatory #078571

Tints of Observatory #078571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 2.77%
G = 52.57%
B = 44.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#078571 (or 0x078571) is known color: Observatory. HEX triplet: 07, 85 and 71. RGB value is (7,133,113). Sum of RGB (Red+Green+Blue) = 7+133+113=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #078571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078571 is #F87A8E. Grayscale: #5D5D5D. Windows color (decimal): -16284303 or 7439623. OLE color: 7439623.

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

Color convert

RGB 7 133 113 -
CMYK 0.95 0 0.15 0.48
HSL 170.48º 0.9% 0.27% -
HSV(B) 170.48º 0.95% 0.52% -
XYZ 11.46 18.01 18.5 -
YUV 93.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 7 133 113 0.95 0 0.15 0.48 170.48 0.9 0.27
Hex 7 85 71 5F 0 F 30 AA 5A 1B
Octal 7 205 161 137 0 17 60 252 132 33
Binary 111 10000101 1110001 1011111 0 1111 110000 10101010 1011010 11011

Color Harmonies of #078571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078571

Black with #078571

Text Example


Text Example

White with #078571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078571; }

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

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

background-color css

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

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

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

border-color css

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

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

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