Html Css Color HEX #075312 Myrtle

📋 copy color: '#075312'

red 7 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #075312

Tints of Myrtle #075312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 76.85%

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

R = 6.48%
G = 76.85%
B = 16.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#075312 (or 0x075312) is known color: Myrtle. HEX triplet: 07, 53 and 12. RGB value is (7,83,18). Sum of RGB (Red+Green+Blue) = 7+83+18=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #075312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075312 is #F8ACED. Grayscale: #353535. Windows color (decimal): -16297198 or 1200903. OLE color: 1200903.

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

Color convert

RGB 7 83 18 -
CMYK 0.92 0 0.78 0.67
HSL 128.68º 0.84% 0.18% -
HSV(B) 128.68º 0.92% 0.33% -
XYZ 3.29 6.28 1.61 -
YUV 52.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 7 83 18 0.92 0 0.78 0.67 128.68 0.84 0.18
Hex 7 53 12 5C 0 4E 43 81 54 12
Octal 7 123 22 134 0 116 103 201 124 22
Binary 111 1010011 10010 1011100 0 1001110 1000011 10000001 1010100 10010

Color Harmonies of #075312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075312

Black with #075312

Text Example


Text Example

White with #075312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075312; }

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

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

background-color css

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

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

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

border-color css

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

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

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