Html Css Color HEX #093D0E Myrtle

📋 copy color: '#093D0E'

red 9 ◦ green 61 ◦ blue 14

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

Shades of Myrtle #093D0E

Tints of Myrtle #093D0E

RGB

 RED value IS 9 (3.91% from 255) = 10.71%

 GREEN value IS 61 (24.22% from 255) = 72.62%

 BLUE value IS 14 (5.86% from 255) = 16.67%

R = 10.71%
G = 72.62%
B = 16.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#093D0E (or 0x093D0E) is known color: Myrtle. HEX triplet: 09, 3D and 0E. RGB value is (9,61,14). Sum of RGB (Red+Green+Blue) = 9+61+14=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 61 (24.22% from 255 or 72.62% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 61 - color contains mainly: green. Hex color #093D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093D0E is #F6C2F1. Grayscale: #282828. Windows color (decimal): -16171762 or 933129. OLE color: 933129.

HSL color Cylindrical-coordinate representation of color #093D0E: hue angle of 125.77º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D0E is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 61 14 -
CMYK 0.85 0 0.77 0.76
HSL 125.77º 0.74% 0.14% -
HSV(B) 125.77º 0.85% 0.24% -
XYZ 1.86 3.43 0.98 -
YUV 40.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 9 61 14 0.85 0 0.77 0.76 125.77 0.74 0.14
Hex 9 3D E 55 0 4D 4C 7E 4A E
Octal 11 75 16 125 0 115 114 176 112 16
Binary 1001 111101 1110 1010101 0 1001101 1001100 1111110 1001010 1110

Color Harmonies of #093D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D0E

Black with #093D0E

Text Example


Text Example

White with #093D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093D0E; }

 p { color: rgb(9,61,14); }

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

background-color css

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

 a { background-color: rgb(9,61,14); }

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

border-color css

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

 span { border-color: rgb(9,61,14); }

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