Html Css Color HEX #07440D Myrtle

📋 copy color: '#07440D'

red 7 ◦ green 68 ◦ blue 13

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

Shades of Myrtle #07440D

Tints of Myrtle #07440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 77.27%

 BLUE value IS 13 (5.47% from 255) = 14.77%

R = 7.95%
G = 77.27%
B = 14.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#07440D (or 0x07440D) is known color: Myrtle. HEX triplet: 07, 44 and 0D. RGB value is (7,68,13). Sum of RGB (Red+Green+Blue) = 7+68+13=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #07440D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07440D is #F8BBF2. Grayscale: #2B2B2B. Windows color (decimal): -16301043 or 869383. OLE color: 869383.

HSL color Cylindrical-coordinate representation of color #07440D: hue angle of 125.9º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07440D is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 13 -
CMYK 0.90 0 0.81 0.73
HSL 125.9º 0.81% 0.15% -
HSV(B) 125.9º 0.9% 0.27% -
XYZ 2.23 4.21 1.08 -
YUV 43.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 7 68 13 0.90 0 0.81 0.73 125.9 0.81 0.15
Hex 7 44 D 5A 0 51 49 7E 51 F
Octal 7 104 15 132 0 121 111 176 121 17
Binary 111 1000100 1101 1011010 0 1010001 1001001 1111110 1010001 1111

Color Harmonies of #07440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07440D

Black with #07440D

Text Example


Text Example

White with #07440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07440D; }

 p { color: rgb(7,68,13); }

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

background-color css

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

 a { background-color: rgb(7,68,13); }

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

border-color css

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

 span { border-color: rgb(7,68,13); }

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