Html Css Color HEX #078463 Deep Sea

📋 copy color: '#078463'

red 7 ◦ green 132 ◦ blue 99

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

Shades of Deep Sea #078463

Tints of Deep Sea #078463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 2.94%
G = 55.46%
B = 41.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#078463 (or 0x078463) is known color: Deep Sea. HEX triplet: 07, 84 and 63. RGB value is (7,132,99). Sum of RGB (Red+Green+Blue) = 7+132+99=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #078463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078463 is #F87B9C. Grayscale: #5A5A5A. Windows color (decimal): -16284573 or 6521863. OLE color: 6521863.

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

Color convert

RGB 7 132 99 -
CMYK 0.95 0 0.25 0.48
HSL 164.16º 0.9% 0.27% -
HSV(B) 164.16º 0.95% 0.52% -
XYZ 10.59 17.45 14.61 -
YUV 90.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 7 132 99 0.95 0 0.25 0.48 164.16 0.9 0.27
Hex 7 84 63 5F 0 19 30 A4 5A 1B
Octal 7 204 143 137 0 31 60 244 132 33
Binary 111 10000100 1100011 1011111 0 11001 110000 10100100 1011010 11011

Color Harmonies of #078463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078463

Black with #078463

Text Example


Text Example

White with #078463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078463; }

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

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

background-color css

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

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

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

border-color css

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

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

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