Html Css Color HEX #072002 Myrtle

📋 copy color: '#072002'

red 7 ◦ green 32 ◦ blue 2

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

Shades of Myrtle #072002

Tints of Myrtle #072002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 78.05%

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

R = 17.07%
G = 78.05%
B = 4.88%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#072002 (or 0x072002) is known color: Myrtle. HEX triplet: 07, 20 and 02. RGB value is (7,32,2). Sum of RGB (Red+Green+Blue) = 7+32+2=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 32 (12.89% from 255 or 78.05% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 32 - color contains mainly: green. Hex color #072002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072002 is #F8DFFD. Grayscale: #151515. Windows color (decimal): -16310270 or 139271. OLE color: 139271.

HSL color Cylindrical-coordinate representation of color #072002: hue angle of 110º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072002 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 32 2 -
CMYK 0.78 0 0.94 0.87
HSL 110º 0.88% 0.07% -
HSV(B) 110º 0.94% 0.13% -
XYZ 0.62 1.08 0.23 -
YUV 21.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 7 32 2 0.78 0 0.94 0.87 110 0.88 0.07
Hex 7 20 2 4E 0 5E 57 6E 58 7
Octal 7 40 2 116 0 136 127 156 130 7
Binary 111 100000 10 1001110 0 1011110 1010111 1101110 1011000 111

Color Harmonies of #072002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072002

Black with #072002

Text Example


Text Example

White with #072002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072002; }

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

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

background-color css

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

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

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

border-color css

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

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

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