Html Css Color HEX #074503 Myrtle

📋 copy color: '#074503'

red 7 ◦ green 69 ◦ blue 3

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

Shades of Myrtle #074503

Tints of Myrtle #074503

RGB

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

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

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

R = 8.86%
G = 87.34%
B = 3.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#074503 (or 0x074503) is known color: Myrtle. HEX triplet: 07, 45 and 03. RGB value is (7,69,3). Sum of RGB (Red+Green+Blue) = 7+69+3=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 69 (27.34% from 255 or 87.34% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 69 - color contains mainly: green. Hex color #074503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074503 is #F8BAFC. Grayscale: #2B2B2B. Windows color (decimal): -16300797 or 214279. OLE color: 214279.

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

Color convert

RGB 7 69 3 -
CMYK 0.90 0 0.96 0.73
HSL 116.36º 0.92% 0.14% -
HSV(B) 116.36º 0.96% 0.27% -
XYZ 2.23 4.31 0.8 -
YUV 42.94 105.46 102.37 -
System Red Green Blue C M Y K H S L
Decimal 7 69 3 0.90 0 0.96 0.73 116.36 0.92 0.14
Hex 7 45 3 5A 0 60 49 74 5C E
Octal 7 105 3 132 0 140 111 164 134 16
Binary 111 1000101 11 1011010 0 1100000 1001001 1110100 1011100 1110

Color Harmonies of #074503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074503

Black with #074503

Text Example


Text Example

White with #074503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074503; }

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

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

background-color css

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

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

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

border-color css

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

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

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