#074739

Color #074739 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #074739

Tints of Deep Teal #074739

Color information

#074739 (or 0x074739) is unknown color: approx Deep Teal. HEX triplet: 07, 47 and 39. RGB value is (7,71,57). Sum of RGB (Red+Green+Blue) = 7+71+57=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #074739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074739 is #F8B8C6. Grayscale: #323232. Windows color (decimal): -16300231 or 3753735. OLE color: 3753735.

HSL color Cylindrical-coordinate representation of color #074739: hue angle of 166.88º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074739 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB77157-
CMYK0.9000.200.72
HSL166.88º82.05%15.29%-
HSV(B)166.88º90.14%27.84%-
XYZ3.084.854.64-
YUV50.27131.897.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 57 (22.66% from 255) = 42.22%
R=5.19%
G=52.59%
B=42.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771570.9000.200.72166.8882.0515.29
Hex747395A01448a752f
Octal71077113202411024712217
Binary1111000111111001101101001010010010001010011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074739; }

 p { color: rgb(7,71,57); }

 H1.HeaderClassName
 {
   color: #074739;
 }
 .AnyTagClassName
 {
   color: #074739;
 }
</style>
background-color css

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

 a { background-color: rgb(7,71,57); }

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

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

 span { border-color: rgb(7,71,57); }

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