Html Css Color HEX #07440A Myrtle

📋 copy color: '#07440A'

red 7 ◦ green 68 ◦ blue 10

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

Shades of Myrtle #07440A

Tints of Myrtle #07440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.76%

R = 8.24%
G = 80%
B = 11.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.73

RGB Variations

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

Color information

#07440A (or 0x07440A) is known color: Myrtle. HEX triplet: 07, 44 and 0A. RGB value is (7,68,10). Sum of RGB (Red+Green+Blue) = 7+68+10=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 68 (26.95% from 255 or 80% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 68 - color contains mainly: green. Hex color #07440A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07440A is #F8BBF5. Grayscale: #2B2B2B. Windows color (decimal): -16301046 or 672775. OLE color: 672775.

HSL color Cylindrical-coordinate representation of color #07440A: hue angle of 122.95º 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 #07440A is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 10 -
CMYK 0.90 0 0.85 0.73
HSL 122.95º 0.81% 0.15% -
HSV(B) 122.95º 0.9% 0.27% -
XYZ 2.21 4.2 0.98 -
YUV 43.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 7 68 10 0.90 0 0.85 0.73 122.95 0.81 0.15
Hex 7 44 A 5A 0 55 49 7B 51 F
Octal 7 104 12 132 0 125 111 173 121 17
Binary 111 1000100 1010 1011010 0 1010101 1001001 1111011 1010001 1111

Color Harmonies of #07440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07440A

Black with #07440A

Text Example


Text Example

White with #07440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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