Html Css Color HEX #075510 Myrtle

📋 copy color: '#075510'

red 7 ◦ green 85 ◦ blue 16

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

Shades of Myrtle #075510

Tints of Myrtle #075510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 78.7%

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

R = 6.48%
G = 78.7%
B = 14.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#075510 (or 0x075510) is known color: Myrtle. HEX triplet: 07, 55 and 10. RGB value is (7,85,16). Sum of RGB (Red+Green+Blue) = 7+85+16=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #075510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075510 is #F8AAEF. Grayscale: #363636. Windows color (decimal): -16296688 or 1070343. OLE color: 1070343.

HSL color Cylindrical-coordinate representation of color #075510: hue angle of 126.92º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075510 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 85 16 -
CMYK 0.92 0 0.81 0.67
HSL 126.92º 0.85% 0.18% -
HSV(B) 126.92º 0.92% 0.33% -
XYZ 3.43 6.58 1.58 -
YUV 53.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 7 85 16 0.92 0 0.81 0.67 126.92 0.85 0.18
Hex 7 55 10 5C 0 51 43 7F 55 12
Octal 7 125 20 134 0 121 103 177 125 22
Binary 111 1010101 10000 1011100 0 1010001 1000011 1111111 1010101 10010

Color Harmonies of #075510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075510

Black with #075510

Text Example


Text Example

White with #075510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075510; }

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

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

background-color css

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

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

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

border-color css

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

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

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