Html Css Color HEX #075210 Myrtle

📋 copy color: '#075210'

red 7 ◦ green 82 ◦ blue 16

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

Shades of Myrtle #075210

Tints of Myrtle #075210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.24%

R = 6.67%
G = 78.1%
B = 15.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#075210 (or 0x075210) is known color: Myrtle. HEX triplet: 07, 52 and 10. RGB value is (7,82,16). Sum of RGB (Red+Green+Blue) = 7+82+16=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #075210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075210 is #F8ADEF. Grayscale: #343434. Windows color (decimal): -16297456 or 1069575. OLE color: 1069575.

HSL color Cylindrical-coordinate representation of color #075210: hue angle of 127.2º 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 #075210 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 82 16 -
CMYK 0.91 0 0.80 0.68
HSL 127.2º 0.84% 0.17% -
HSV(B) 127.2º 0.91% 0.32% -
XYZ 3.2 6.12 1.5 -
YUV 52.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 7 82 16 0.91 0 0.80 0.68 127.2 0.84 0.17
Hex 7 52 10 5B 0 50 44 7F 54 11
Octal 7 122 20 133 0 120 104 177 124 21
Binary 111 1010010 10000 1011011 0 1010000 1000100 1111111 1010100 10001

Color Harmonies of #075210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075210

Black with #075210

Text Example


Text Example

White with #075210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075210; }

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

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

background-color css

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

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

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

border-color css

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

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

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