Html Css Color HEX #074003 Myrtle

📋 copy color: '#074003'

red 7 ◦ green 64 ◦ blue 3

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

Shades of Myrtle #074003

Tints of Myrtle #074003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 86.49%

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

R = 9.46%
G = 86.49%
B = 4.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#074003 (or 0x074003) is known color: Myrtle. HEX triplet: 07, 40 and 03. RGB value is (7,64,3). Sum of RGB (Red+Green+Blue) = 7+64+3=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #074003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074003 is #F8BFFC. Grayscale: #282828. Windows color (decimal): -16302077 or 212999. OLE color: 212999.

HSL color Cylindrical-coordinate representation of color #074003: hue angle of 116.07º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074003 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 3 -
CMYK 0.89 0 0.95 0.75
HSL 116.07º 0.91% 0.13% -
HSV(B) 116.07º 0.95% 0.25% -
XYZ 1.94 3.72 0.7 -
YUV 40 107.12 104.46 -
System Red Green Blue C M Y K H S L
Decimal 7 64 3 0.89 0 0.95 0.75 116.07 0.91 0.13
Hex 7 40 3 59 0 5F 4B 74 5B D
Octal 7 100 3 131 0 137 113 164 133 15
Binary 111 1000000 11 1011001 0 1011111 1001011 1110100 1011011 1101

Color Harmonies of #074003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074003

Black with #074003

Text Example


Text Example

White with #074003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074003; }

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

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

background-color css

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

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

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

border-color css

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

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

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