Html Css Color HEX #078860 Deep Sea

📋 copy color: '#078860'

red 7 ◦ green 136 ◦ blue 96

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

Shades of Deep Sea #078860

Tints of Deep Sea #078860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.9%

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 2.93%
G = 56.9%
B = 40.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#078860 (or 0x078860) is known color: Deep Sea. HEX triplet: 07, 88 and 60. RGB value is (7,136,96). Sum of RGB (Red+Green+Blue) = 7+136+96=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #078860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078860 is #F8779F. Grayscale: #5C5C5C. Windows color (decimal): -16283552 or 6326279. OLE color: 6326279.

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

Color convert

RGB 7 136 96 -
CMYK 0.95 0 0.29 0.47
HSL 161.4º 0.9% 0.28% -
HSV(B) 161.4º 0.95% 0.53% -
XYZ 11 18.5 14.06 -
YUV 92.87 129.76 66.75 -
System Red Green Blue C M Y K H S L
Decimal 7 136 96 0.95 0 0.29 0.47 161.4 0.9 0.28
Hex 7 88 60 5F 0 1D 2F A1 5A 1C
Octal 7 210 140 137 0 35 57 241 132 34
Binary 111 10001000 1100000 1011111 0 11101 101111 10100001 1011010 11100

Color Harmonies of #078860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078860

Black with #078860

Text Example


Text Example

White with #078860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078860; }

 p { color: rgb(7,136,96); }

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

background-color css

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

 a { background-color: rgb(7,136,96); }

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

border-color css

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

 span { border-color: rgb(7,136,96); }

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