Html Css Color HEX #074510 Myrtle

📋 copy color: '#074510'

red 7 ◦ green 69 ◦ blue 16

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

Shades of Myrtle #074510

Tints of Myrtle #074510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.39%

R = 7.61%
G = 75%
B = 17.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#074510 (or 0x074510) is known color: Myrtle. HEX triplet: 07, 45 and 10. RGB value is (7,69,16). Sum of RGB (Red+Green+Blue) = 7+69+16=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 69 (27.34% from 255 or 75% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 69 - color contains mainly: green. Hex color #074510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074510 is #F8BAEF. Grayscale: #2C2C2C. Windows color (decimal): -16300784 or 1066247. OLE color: 1066247.

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

Color convert

RGB 7 69 16 -
CMYK 0.90 0 0.77 0.73
HSL 128.71º 0.82% 0.15% -
HSV(B) 128.71º 0.9% 0.27% -
XYZ 2.31 4.34 1.21 -
YUV 44.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 7 69 16 0.90 0 0.77 0.73 128.71 0.82 0.15
Hex 7 45 10 5A 0 4D 49 81 52 F
Octal 7 105 20 132 0 115 111 201 122 17
Binary 111 1000101 10000 1011010 0 1001101 1001001 10000001 1010010 1111

Color Harmonies of #074510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074510

Black with #074510

Text Example


Text Example

White with #074510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074510; }

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

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

background-color css

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

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

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

border-color css

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

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

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