Html Css Color HEX #078465 Deep Sea

📋 copy color: '#078465'

red 7 ◦ green 132 ◦ blue 101

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

Shades of Deep Sea #078465

Tints of Deep Sea #078465

RGB

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

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

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

R = 2.92%
G = 55%
B = 42.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#078465 (or 0x078465) is known color: Deep Sea. HEX triplet: 07, 84 and 65. RGB value is (7,132,101). Sum of RGB (Red+Green+Blue) = 7+132+101=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #078465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078465 is #F87B9A. Grayscale: #5B5B5B. Windows color (decimal): -16284571 or 6652935. OLE color: 6652935.

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

Color convert

RGB 7 132 101 -
CMYK 0.95 0 0.23 0.48
HSL 165.12º 0.9% 0.27% -
HSV(B) 165.12º 0.95% 0.52% -
XYZ 10.69 17.49 15.12 -
YUV 91.09 133.59 68.02 -
System Red Green Blue C M Y K H S L
Decimal 7 132 101 0.95 0 0.23 0.48 165.12 0.9 0.27
Hex 7 84 65 5F 0 17 30 A5 5A 1B
Octal 7 204 145 137 0 27 60 245 132 33
Binary 111 10000100 1100101 1011111 0 10111 110000 10100101 1011010 11011

Color Harmonies of #078465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078465

Black with #078465

Text Example


Text Example

White with #078465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078465; }

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

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

background-color css

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

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

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

border-color css

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

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

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