Html Css Color HEX #078363 Deep Sea

📋 copy color: '#078363'

red 7 ◦ green 131 ◦ blue 99

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

Shades of Deep Sea #078363

Tints of Deep Sea #078363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.27%

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

R = 2.95%
G = 55.27%
B = 41.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#078363 (or 0x078363) is known color: Deep Sea. HEX triplet: 07, 83 and 63. RGB value is (7,131,99). Sum of RGB (Red+Green+Blue) = 7+131+99=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #078363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078363 is #F87C9C. Grayscale: #5A5A5A. Windows color (decimal): -16284829 or 6521607. OLE color: 6521607.

HSL color Cylindrical-coordinate representation of color #078363: hue angle of 164.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078363 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 131 99 -
CMYK 0.95 0 0.24 0.49
HSL 164.52º 0.9% 0.27% -
HSV(B) 164.52º 0.95% 0.51% -
XYZ 10.46 17.18 14.57 -
YUV 90.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 7 131 99 0.95 0 0.24 0.49 164.52 0.9 0.27
Hex 7 83 63 5F 0 18 31 A5 5A 1B
Octal 7 203 143 137 0 30 61 245 132 33
Binary 111 10000011 1100011 1011111 0 11000 110001 10100101 1011010 11011

Color Harmonies of #078363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078363

Black with #078363

Text Example


Text Example

White with #078363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078363; }

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

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

background-color css

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

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

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

border-color css

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

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

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