Html Css Color HEX #075812 Myrtle

📋 copy color: '#075812'

red 7 ◦ green 88 ◦ blue 18

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

Shades of Myrtle #075812

Tints of Myrtle #075812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 77.88%

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

R = 6.19%
G = 77.88%
B = 15.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#075812 (or 0x075812) is known color: Myrtle. HEX triplet: 07, 58 and 12. RGB value is (7,88,18). Sum of RGB (Red+Green+Blue) = 7+88+18=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #075812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075812 is #F8A7ED. Grayscale: #373737. Windows color (decimal): -16295918 or 1202183. OLE color: 1202183.

HSL color Cylindrical-coordinate representation of color #075812: hue angle of 128.15º degrees, saturation: 0.85, 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 #075812 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 88 18 -
CMYK 0.92 0 0.80 0.65
HSL 128.15º 0.85% 0.19% -
HSV(B) 128.15º 0.92% 0.35% -
XYZ 3.69 7.07 1.74 -
YUV 55.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 7 88 18 0.92 0 0.80 0.65 128.15 0.85 0.19
Hex 7 58 12 5C 0 50 41 80 55 13
Octal 7 130 22 134 0 120 101 200 125 23
Binary 111 1011000 10010 1011100 0 1010000 1000001 10000000 1010101 10011

Color Harmonies of #075812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075812

Black with #075812

Text Example


Text Example

White with #075812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075812; }

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

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

background-color css

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

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

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

border-color css

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

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

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