Html Css Color HEX #075011 Myrtle

📋 copy color: '#075011'

red 7 ◦ green 80 ◦ blue 17

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

Shades of Myrtle #075011

Tints of Myrtle #075011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.35%

R = 6.73%
G = 76.92%
B = 16.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#075011 (or 0x075011) is known color: Myrtle. HEX triplet: 07, 50 and 11. RGB value is (7,80,17). Sum of RGB (Red+Green+Blue) = 7+80+17=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #075011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075011 is #F8AFEE. Grayscale: #333333. Windows color (decimal): -16297967 or 1134599. OLE color: 1134599.

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

Color convert

RGB 7 80 17 -
CMYK 0.91 0 0.79 0.69
HSL 128.22º 0.84% 0.17% -
HSV(B) 128.22º 0.91% 0.31% -
XYZ 3.06 5.82 1.49 -
YUV 50.99 108.82 96.62 -
System Red Green Blue C M Y K H S L
Decimal 7 80 17 0.91 0 0.79 0.69 128.22 0.84 0.17
Hex 7 50 11 5B 0 4F 45 80 54 11
Octal 7 120 21 133 0 117 105 200 124 21
Binary 111 1010000 10001 1011011 0 1001111 1000101 10000000 1010100 10001

Color Harmonies of #075011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075011

Black with #075011

Text Example


Text Example

White with #075011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075011; }

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

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

background-color css

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

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

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

border-color css

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

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

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