Html Css Color HEX #078464 Deep Sea

📋 copy color: '#078464'

red 7 ◦ green 132 ◦ blue 100

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

Shades of Deep Sea #078464

Tints of Deep Sea #078464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.23%

 BLUE value IS 100 (39.45% from 255) = 41.84%

R = 2.93%
G = 55.23%
B = 41.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#078464 (or 0x078464) is known color: Deep Sea. HEX triplet: 07, 84 and 64. RGB value is (7,132,100). Sum of RGB (Red+Green+Blue) = 7+132+100=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #078464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078464 is #F87B9B. Grayscale: #5A5A5A. Windows color (decimal): -16284572 or 6587399. OLE color: 6587399.

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

Color convert

RGB 7 132 100 -
CMYK 0.95 0 0.24 0.48
HSL 164.64º 0.9% 0.27% -
HSV(B) 164.64º 0.95% 0.52% -
XYZ 10.64 17.47 14.87 -
YUV 90.98 133.09 68.1 -
System Red Green Blue C M Y K H S L
Decimal 7 132 100 0.95 0 0.24 0.48 164.64 0.9 0.27
Hex 7 84 64 5F 0 18 30 A5 5A 1B
Octal 7 204 144 137 0 30 60 245 132 33
Binary 111 10000100 1100100 1011111 0 11000 110000 10100101 1011010 11011

Color Harmonies of #078464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078464

Black with #078464

Text Example


Text Example

White with #078464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078464; }

 p { color: rgb(7,132,100); }

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

background-color css

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

 a { background-color: rgb(7,132,100); }

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

border-color css

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

 span { border-color: rgb(7,132,100); }

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