Html Css Color HEX #095614 Myrtle

📋 copy color: '#095614'

red 9 ◦ green 86 ◦ blue 20

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

Shades of Myrtle #095614

Tints of Myrtle #095614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 74.78%

 BLUE value IS 20 (8.2% from 255) = 17.39%

R = 7.83%
G = 74.78%
B = 17.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#095614 (or 0x095614) is known color: Myrtle. HEX triplet: 09, 56 and 14. RGB value is (9,86,20). Sum of RGB (Red+Green+Blue) = 9+86+20=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 86 (33.98% from 255 or 74.78% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 86 - color contains mainly: green. Hex color #095614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095614 is #F6A9EB. Grayscale: #373737. Windows color (decimal): -16165356 or 1332745. OLE color: 1332745.

HSL color Cylindrical-coordinate representation of color #095614: hue angle of 128.57º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095614 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 20 -
CMYK 0.90 0 0.77 0.66
HSL 128.57º 0.81% 0.19% -
HSV(B) 128.57º 0.9% 0.34% -
XYZ 3.57 6.76 1.78 -
YUV 55.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 9 86 20 0.90 0 0.77 0.66 128.57 0.81 0.19
Hex 9 56 14 5A 0 4D 42 81 51 13
Octal 11 126 24 132 0 115 102 201 121 23
Binary 1001 1010110 10100 1011010 0 1001101 1000010 10000001 1010001 10011

Color Harmonies of #095614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095614

Black with #095614

Text Example


Text Example

White with #095614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095614; }

 p { color: rgb(9,86,20); }

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

background-color css

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

 a { background-color: rgb(9,86,20); }

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

border-color css

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

 span { border-color: rgb(9,86,20); }

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