Html Css Color HEX #075512 Myrtle

📋 copy color: '#075512'

red 7 ◦ green 85 ◦ blue 18

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

Shades of Myrtle #075512

Tints of Myrtle #075512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 6.36%
G = 77.27%
B = 16.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#075512 (or 0x075512) is known color: Myrtle. HEX triplet: 07, 55 and 12. RGB value is (7,85,18). Sum of RGB (Red+Green+Blue) = 7+85+18=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #075512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075512 is #F8AAED. Grayscale: #363636. Windows color (decimal): -16296686 or 1201415. OLE color: 1201415.

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

Color convert

RGB 7 85 18 -
CMYK 0.92 0 0.79 0.67
HSL 128.46º 0.85% 0.18% -
HSV(B) 128.46º 0.92% 0.33% -
XYZ 3.45 6.59 1.66 -
YUV 54.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 7 85 18 0.92 0 0.79 0.67 128.46 0.85 0.18
Hex 7 55 12 5C 0 4F 43 80 55 12
Octal 7 125 22 134 0 117 103 200 125 22
Binary 111 1010101 10010 1011100 0 1001111 1000011 10000000 1010101 10010

Color Harmonies of #075512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075512

Black with #075512

Text Example


Text Example

White with #075512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075512; }

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

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

background-color css

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

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

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

border-color css

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

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

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