Html Css Color HEX #071502 Myrtle

📋 copy color: '#071502'

red 7 ◦ green 21 ◦ blue 2

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

Shades of Myrtle #071502

Tints of Myrtle #071502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 70%

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

R = 23.33%
G = 70%
B = 6.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#071502 (or 0x071502) is known color: Myrtle. HEX triplet: 07, 15 and 02. RGB value is (7,21,2). Sum of RGB (Red+Green+Blue) = 7+21+2=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #071502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071502 is #F8EAFD. Grayscale: #0E0E0E. Windows color (decimal): -16313086 or 136455. OLE color: 136455.

HSL color Cylindrical-coordinate representation of color #071502: hue angle of 104.21º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071502 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 21 2 -
CMYK 0.67 0 0.90 0.92
HSL 104.21º 0.83% 0.05% -
HSV(B) 104.21º 0.9% 0.08% -
XYZ 0.37 0.59 0.15 -
YUV 14.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 7 21 2 0.67 0 0.90 0.92 104.21 0.83 0.05
Hex 7 15 2 43 0 5A 5C 68 53 5
Octal 7 25 2 103 0 132 134 150 123 5
Binary 111 10101 10 1000011 0 1011010 1011100 1101000 1010011 101

Color Harmonies of #071502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071502

Black with #071502

Text Example


Text Example

White with #071502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071502; }

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

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

background-color css

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

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

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

border-color css

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

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

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