Html Css Color HEX #074703 Myrtle

📋 copy color: '#074703'

red 7 ◦ green 71 ◦ blue 3

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

Shades of Myrtle #074703

Tints of Myrtle #074703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 87.65%

 BLUE value IS 3 (1.56% from 255) = 3.7%

R = 8.64%
G = 87.65%
B = 3.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#074703 (or 0x074703) is known color: Myrtle. HEX triplet: 07, 47 and 03. RGB value is (7,71,3). Sum of RGB (Red+Green+Blue) = 7+71+3=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 71 (28.12% from 255 or 87.65% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 71 - color contains mainly: green. Hex color #074703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074703 is #F8B8FC. Grayscale: #2C2C2C. Windows color (decimal): -16300285 or 214791. OLE color: 214791.

HSL color Cylindrical-coordinate representation of color #074703: hue angle of 116.47º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074703 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 3 -
CMYK 0.90 0 0.96 0.72
HSL 116.47º 0.92% 0.15% -
HSV(B) 116.47º 0.96% 0.28% -
XYZ 2.36 4.56 0.84 -
YUV 44.11 104.8 101.53 -
System Red Green Blue C M Y K H S L
Decimal 7 71 3 0.90 0 0.96 0.72 116.47 0.92 0.15
Hex 7 47 3 5A 0 60 48 74 5C F
Octal 7 107 3 132 0 140 110 164 134 17
Binary 111 1000111 11 1011010 0 1100000 1001000 1110100 1011100 1111

Color Harmonies of #074703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074703

Black with #074703

Text Example


Text Example

White with #074703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074703; }

 p { color: rgb(7,71,3); }

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

background-color css

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

 a { background-color: rgb(7,71,3); }

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

border-color css

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

 span { border-color: rgb(7,71,3); }

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