Html Css Color HEX #073802 Myrtle

📋 copy color: '#073802'

red 7 ◦ green 56 ◦ blue 2

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

Shades of Myrtle #073802

Tints of Myrtle #073802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 86.15%

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

R = 10.77%
G = 86.15%
B = 3.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#073802 (or 0x073802) is known color: Myrtle. HEX triplet: 07, 38 and 02. RGB value is (7,56,2). Sum of RGB (Red+Green+Blue) = 7+56+2=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 56 (22.27% from 255 or 86.15% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 56 - color contains mainly: green. Hex color #073802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073802 is #F8C7FD. Grayscale: #232323. Windows color (decimal): -16304126 or 145415. OLE color: 145415.

HSL color Cylindrical-coordinate representation of color #073802: hue angle of 114.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073802 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 56 2 -
CMYK 0.88 0 0.96 0.78
HSL 114.44º 0.93% 0.11% -
HSV(B) 114.44º 0.96% 0.22% -
XYZ 1.51 2.88 0.53 -
YUV 35.19 109.27 107.89 -
System Red Green Blue C M Y K H S L
Decimal 7 56 2 0.88 0 0.96 0.78 114.44 0.93 0.11
Hex 7 38 2 58 0 60 4E 72 5D B
Octal 7 70 2 130 0 140 116 162 135 13
Binary 111 111000 10 1011000 0 1100000 1001110 1110010 1011101 1011

Color Harmonies of #073802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073802

Black with #073802

Text Example


Text Example

White with #073802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073802; }

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

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

background-color css

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

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

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

border-color css

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

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

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