Html Css Color HEX #07450D Myrtle

📋 copy color: '#07450D'

red 7 ◦ green 69 ◦ blue 13

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

Shades of Myrtle #07450D

Tints of Myrtle #07450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 77.53%

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

R = 7.87%
G = 77.53%
B = 14.61%

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

#07450D (or 0x07450D) is known color: Myrtle. HEX triplet: 07, 45 and 0D. RGB value is (7,69,13). Sum of RGB (Red+Green+Blue) = 7+69+13=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 69 (27.34% from 255 or 77.53% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 69 - color contains mainly: green. Hex color #07450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07450D is #F8BAF2. Grayscale: #2C2C2C. Windows color (decimal): -16300787 or 869639. OLE color: 869639.

HSL color Cylindrical-coordinate representation of color #07450D: hue angle of 125.81º degrees, saturation: 0.82, 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 #07450D is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 69 13 -
CMYK 0.90 0 0.81 0.73
HSL 125.81º 0.82% 0.15% -
HSV(B) 125.81º 0.9% 0.27% -
XYZ 2.29 4.33 1.1 -
YUV 44.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 7 69 13 0.90 0 0.81 0.73 125.81 0.82 0.15
Hex 7 45 D 5A 0 51 49 7E 52 F
Octal 7 105 15 132 0 121 111 176 122 17
Binary 111 1000101 1101 1011010 0 1010001 1001001 1111110 1010010 1111

Color Harmonies of #07450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07450D

Black with #07450D

Text Example


Text Example

White with #07450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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