Html Css Color HEX #093F0C Myrtle

📋 copy color: '#093F0C'

red 9 ◦ green 63 ◦ blue 12

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

Shades of Myrtle #093F0C

Tints of Myrtle #093F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 75%

 BLUE value IS 12 (5.08% from 255) = 14.29%

R = 10.71%
G = 75%
B = 14.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#093F0C (or 0x093F0C) is known color: Myrtle. HEX triplet: 09, 3F and 0C. RGB value is (9,63,12). Sum of RGB (Red+Green+Blue) = 9+63+12=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 63 (25% from 255 or 75% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 63 - color contains mainly: green. Hex color #093F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093F0C is #F6C0F3. Grayscale: #292929. Windows color (decimal): -16171252 or 802569. OLE color: 802569.

HSL color Cylindrical-coordinate representation of color #093F0C: hue angle of 123.33º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F0C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 63 12 -
CMYK 0.86 0 0.81 0.75
HSL 123.33º 0.75% 0.14% -
HSV(B) 123.33º 0.86% 0.25% -
XYZ 1.96 3.64 0.95 -
YUV 41.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 9 63 12 0.86 0 0.81 0.75 123.33 0.75 0.14
Hex 9 3F C 56 0 51 4B 7B 4B E
Octal 11 77 14 126 0 121 113 173 113 16
Binary 1001 111111 1100 1010110 0 1010001 1001011 1111011 1001011 1110

Color Harmonies of #093F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F0C

Black with #093F0C

Text Example


Text Example

White with #093F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,63,12); }

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

background-color css

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

 a { background-color: rgb(9,63,12); }

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

border-color css

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

 span { border-color: rgb(9,63,12); }

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