Html Css Color HEX #078760 Deep Sea

📋 copy color: '#078760'

red 7 ◦ green 135 ◦ blue 96

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

Shades of Deep Sea #078760

Tints of Deep Sea #078760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.72%

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

R = 2.94%
G = 56.72%
B = 40.34%

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

#078760 (or 0x078760) is known color: Deep Sea. HEX triplet: 07, 87 and 60. RGB value is (7,135,96). Sum of RGB (Red+Green+Blue) = 7+135+96=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #078760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078760 is #F8789F. Grayscale: #5C5C5C. Windows color (decimal): -16283808 or 6326023. OLE color: 6326023.

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

Color convert

RGB 7 135 96 -
CMYK 0.95 0 0.29 0.47
HSL 161.72º 0.9% 0.28% -
HSV(B) 161.72º 0.95% 0.53% -
XYZ 10.86 18.22 14.01 -
YUV 92.28 130.09 67.17 -
System Red Green Blue C M Y K H S L
Decimal 7 135 96 0.95 0 0.29 0.47 161.72 0.9 0.28
Hex 7 87 60 5F 0 1D 2F A2 5A 1C
Octal 7 207 140 137 0 35 57 242 132 34
Binary 111 10000111 1100000 1011111 0 11101 101111 10100010 1011010 11100

Color Harmonies of #078760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078760

Black with #078760

Text Example


Text Example

White with #078760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078760; }

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

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

background-color css

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

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

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

border-color css

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

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

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