Html Css Color HEX #075A10 Myrtle

📋 copy color: '#075A10'

red 7 ◦ green 90 ◦ blue 16

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

Shades of Myrtle #075A10

Tints of Myrtle #075A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 79.65%

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

R = 6.19%
G = 79.65%
B = 14.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#075A10 (or 0x075A10) is known color: Myrtle. HEX triplet: 07, 5A and 10. RGB value is (7,90,16). Sum of RGB (Red+Green+Blue) = 7+90+16=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #075A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075A10 is #F8A5EF. Grayscale: #383838. Windows color (decimal): -16295408 or 1071623. OLE color: 1071623.

HSL color Cylindrical-coordinate representation of color #075A10: hue angle of 126.51º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075A10 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 90 16 -
CMYK 0.92 0 0.82 0.65
HSL 126.51º 0.86% 0.19% -
HSV(B) 126.51º 0.92% 0.35% -
XYZ 3.84 7.39 1.72 -
YUV 56.75 105 92.52 -
System Red Green Blue C M Y K H S L
Decimal 7 90 16 0.92 0 0.82 0.65 126.51 0.86 0.19
Hex 7 5A 10 5C 0 52 41 7F 56 13
Octal 7 132 20 134 0 122 101 177 126 23
Binary 111 1011010 10000 1011100 0 1010010 1000001 1111111 1010110 10011

Color Harmonies of #075A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A10

Black with #075A10

Text Example


Text Example

White with #075A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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