Html Css Color HEX #075213 Myrtle

📋 copy color: '#075213'

red 7 ◦ green 82 ◦ blue 19

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

Shades of Myrtle #075213

Tints of Myrtle #075213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 75.93%

 BLUE value IS 19 (7.81% from 255) = 17.59%

R = 6.48%
G = 75.93%
B = 17.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#075213 (or 0x075213) is known color: Myrtle. HEX triplet: 07, 52 and 13. RGB value is (7,82,19). Sum of RGB (Red+Green+Blue) = 7+82+19=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #075213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075213 is #F8ADEC. Grayscale: #343434. Windows color (decimal): -16297453 or 1266183. OLE color: 1266183.

HSL color Cylindrical-coordinate representation of color #075213: hue angle of 129.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075213 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 82 19 -
CMYK 0.91 0 0.77 0.68
HSL 129.6º 0.84% 0.17% -
HSV(B) 129.6º 0.91% 0.32% -
XYZ 3.22 6.13 1.63 -
YUV 52.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 7 82 19 0.91 0 0.77 0.68 129.6 0.84 0.17
Hex 7 52 13 5B 0 4D 44 82 54 11
Octal 7 122 23 133 0 115 104 202 124 21
Binary 111 1010010 10011 1011011 0 1001101 1000100 10000010 1010100 10001

Color Harmonies of #075213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075213

Black with #075213

Text Example


Text Example

White with #075213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075213; }

 p { color: rgb(7,82,19); }

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

background-color css

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

 a { background-color: rgb(7,82,19); }

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

border-color css

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

 span { border-color: rgb(7,82,19); }

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