Html Css Color HEX #075010 Myrtle

📋 copy color: '#075010'

red 7 ◦ green 80 ◦ blue 16

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

Shades of Myrtle #075010

Tints of Myrtle #075010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 77.67%

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

R = 6.8%
G = 77.67%
B = 15.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#075010 (or 0x075010) is known color: Myrtle. HEX triplet: 07, 50 and 10. RGB value is (7,80,16). Sum of RGB (Red+Green+Blue) = 7+80+16=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #075010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075010 is #F8AFEF. Grayscale: #333333. Windows color (decimal): -16297968 or 1069063. OLE color: 1069063.

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

Color convert

RGB 7 80 16 -
CMYK 0.91 0 0.80 0.69
HSL 127.4º 0.84% 0.17% -
HSV(B) 127.4º 0.91% 0.31% -
XYZ 3.05 5.82 1.45 -
YUV 50.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 7 80 16 0.91 0 0.80 0.69 127.4 0.84 0.17
Hex 7 50 10 5B 0 50 45 7F 54 11
Octal 7 120 20 133 0 120 105 177 124 21
Binary 111 1010000 10000 1011011 0 1010000 1000101 1111111 1010100 10001

Color Harmonies of #075010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075010

Black with #075010

Text Example


Text Example

White with #075010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075010; }

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

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

background-color css

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

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

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

border-color css

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

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

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