Html Css Color HEX #074736 Deep Teal

📋 copy color: '#074736'

red 7 ◦ green 71 ◦ blue 54

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

Shades of Deep Teal #074736

Tints of Deep Teal #074736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 53.79%

 BLUE value IS 54 (21.48% from 255) = 40.91%

R = 5.3%
G = 53.79%
B = 40.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#074736 (or 0x074736) is known color: Deep Teal. HEX triplet: 07, 47 and 36. RGB value is (7,71,54). Sum of RGB (Red+Green+Blue) = 7+71+54=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #074736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074736 is #F8B8C9. Grayscale: #313131. Windows color (decimal): -16300234 or 3557127. OLE color: 3557127.

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

Color convert

RGB 7 71 54 -
CMYK 0.90 0 0.24 0.72
HSL 164.06º 0.82% 0.15% -
HSV(B) 164.06º 0.9% 0.28% -
XYZ 3.01 4.82 4.26 -
YUV 49.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 7 71 54 0.90 0 0.24 0.72 164.06 0.82 0.15
Hex 7 47 36 5A 0 18 48 A4 52 F
Octal 7 107 66 132 0 30 110 244 122 17
Binary 111 1000111 110110 1011010 0 11000 1001000 10100100 1010010 1111

Color Harmonies of #074736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074736

Black with #074736

Text Example


Text Example

White with #074736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074736; }

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

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

background-color css

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

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

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

border-color css

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

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

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