Html Css Color HEX #074F3F Deep Teal

📋 copy color: '#074F3F'

red 7 ◦ green 79 ◦ blue 63

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

Shades of Deep Teal #074F3F

Tints of Deep Teal #074F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 53.02%

 BLUE value IS 63 (25% from 255) = 42.28%

R = 4.7%
G = 53.02%
B = 42.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#074F3F (or 0x074F3F) is known color: Deep Teal. HEX triplet: 07, 4F and 3F. RGB value is (7,79,63). Sum of RGB (Red+Green+Blue) = 7+79+63=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #074F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074F3F is #F8B0C0. Grayscale: #373737. Windows color (decimal): -16298177 or 4148999. OLE color: 4148999.

HSL color Cylindrical-coordinate representation of color #074F3F: hue angle of 166.67º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074F3F is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 79 63 -
CMYK 0.91 0 0.20 0.69
HSL 166.67º 0.84% 0.17% -
HSV(B) 166.67º 0.91% 0.31% -
XYZ 3.78 6 5.66 -
YUV 55.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 7 79 63 0.91 0 0.20 0.69 166.67 0.84 0.17
Hex 7 4F 3F 5B 0 14 45 A7 54 11
Octal 7 117 77 133 0 24 105 247 124 21
Binary 111 1001111 111111 1011011 0 10100 1000101 10100111 1010100 10001

Color Harmonies of #074F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F3F

Black with #074F3F

Text Example


Text Example

White with #074F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074F3F; }

 p { color: rgb(7,79,63); }

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

background-color css

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

 a { background-color: rgb(7,79,63); }

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

border-color css

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

 span { border-color: rgb(7,79,63); }

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