Html Css Color HEX #074102 Myrtle

📋 copy color: '#074102'

red 7 ◦ green 65 ◦ blue 2

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

Shades of Myrtle #074102

Tints of Myrtle #074102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 87.84%

 BLUE value IS 2 (1.17% from 255) = 2.7%

R = 9.46%
G = 87.84%
B = 2.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#074102 (or 0x074102) is known color: Myrtle. HEX triplet: 07, 41 and 02. RGB value is (7,65,2). Sum of RGB (Red+Green+Blue) = 7+65+2=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 65 (25.78% from 255 or 87.84% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 65 - color contains mainly: green. Hex color #074102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074102 is #F8BEFD. Grayscale: #282828. Windows color (decimal): -16301822 or 147719. OLE color: 147719.

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

Color convert

RGB 7 65 2 -
CMYK 0.89 0 0.97 0.75
HSL 115.24º 0.94% 0.13% -
HSV(B) 115.24º 0.97% 0.25% -
XYZ 1.99 3.83 0.69 -
YUV 40.48 106.28 104.12 -
System Red Green Blue C M Y K H S L
Decimal 7 65 2 0.89 0 0.97 0.75 115.24 0.94 0.13
Hex 7 41 2 59 0 61 4B 73 5E D
Octal 7 101 2 131 0 141 113 163 136 15
Binary 111 1000001 10 1011001 0 1100001 1001011 1110011 1011110 1101

Color Harmonies of #074102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074102

Black with #074102

Text Example


Text Example

White with #074102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074102; }

 p { color: rgb(7,65,2); }

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

background-color css

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

 a { background-color: rgb(7,65,2); }

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

border-color css

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

 span { border-color: rgb(7,65,2); }

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