Html Css Color HEX #078365 Deep Sea

📋 copy color: '#078365'

red 7 ◦ green 131 ◦ blue 101

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

Shades of Deep Sea #078365

Tints of Deep Sea #078365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 2.93%
G = 54.81%
B = 42.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#078365 (or 0x078365) is known color: Deep Sea. HEX triplet: 07, 83 and 65. RGB value is (7,131,101). Sum of RGB (Red+Green+Blue) = 7+131+101=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #078365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078365 is #F87C9A. Grayscale: #5A5A5A. Windows color (decimal): -16284827 or 6652679. OLE color: 6652679.

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

Color convert

RGB 7 131 101 -
CMYK 0.95 0 0.23 0.49
HSL 165.48º 0.9% 0.27% -
HSV(B) 165.48º 0.95% 0.51% -
XYZ 10.55 17.22 15.08 -
YUV 90.5 133.92 68.44 -
System Red Green Blue C M Y K H S L
Decimal 7 131 101 0.95 0 0.23 0.49 165.48 0.9 0.27
Hex 7 83 65 5F 0 17 31 A5 5A 1B
Octal 7 203 145 137 0 27 61 245 132 33
Binary 111 10000011 1100101 1011111 0 10111 110001 10100101 1011010 11011

Color Harmonies of #078365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078365

Black with #078365

Text Example


Text Example

White with #078365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078365; }

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

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

background-color css

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

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

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

border-color css

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

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

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