#074735

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

Shades of Deep Teal #074735

Tints of Deep Teal #074735

Color information

#074735 (or 0x074735) is unknown color: approx Deep Teal. HEX triplet: 07, 47 and 35. RGB value is (7,71,53). Sum of RGB (Red+Green+Blue) = 7+71+53=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #074735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074735 is #F8B8CA. Grayscale: #313131. Windows color (decimal): -16300235 or 3491591. OLE color: 3491591.

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

Color convert

RGB77153-
CMYK0.9000.250.72
HSL163.12º82.05%15.29%-
HSV(B)163.12º90.14%27.84%-
XYZ2.984.814.14-
YUV49.81129.897.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=5.34%
G=54.20%
B=40.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771530.9000.250.72163.1282.0515.29
Hex747355A01948a352f
Octal71076513203111024312217
Binary1111000111110101101101001100110010001010001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074735; }

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

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

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

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

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

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

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

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