Html Css Color HEX #075110 Myrtle

📋 copy color: '#075110'

red 7 ◦ green 81 ◦ blue 16

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

Shades of Myrtle #075110

Tints of Myrtle #075110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 77.88%

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

R = 6.73%
G = 77.88%
B = 15.38%

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

#075110 (or 0x075110) is known color: Myrtle. HEX triplet: 07, 51 and 10. RGB value is (7,81,16). Sum of RGB (Red+Green+Blue) = 7+81+16=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 81 (32.03% from 255 or 77.88% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 81 - color contains mainly: green. Hex color #075110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075110 is #F8AEEF. Grayscale: #333333. Windows color (decimal): -16297712 or 1069319. OLE color: 1069319.

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

Color convert

RGB 7 81 16 -
CMYK 0.91 0 0.80 0.68
HSL 127.3º 0.84% 0.17% -
HSV(B) 127.3º 0.91% 0.32% -
XYZ 3.12 5.97 1.48 -
YUV 51.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 7 81 16 0.91 0 0.80 0.68 127.3 0.84 0.17
Hex 7 51 10 5B 0 50 44 7F 54 11
Octal 7 121 20 133 0 120 104 177 124 21
Binary 111 1010001 10000 1011011 0 1010000 1000100 1111111 1010100 10001

Color Harmonies of #075110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075110

Black with #075110

Text Example


Text Example

White with #075110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075110; }

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

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

background-color css

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

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

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

border-color css

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

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

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