Html Css Color HEX #095514 Myrtle

📋 copy color: '#095514'

red 9 ◦ green 85 ◦ blue 20

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

Shades of Myrtle #095514

Tints of Myrtle #095514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 74.56%

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

R = 7.89%
G = 74.56%
B = 17.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#095514 (or 0x095514) is known color: Myrtle. HEX triplet: 09, 55 and 14. RGB value is (9,85,20). Sum of RGB (Red+Green+Blue) = 9+85+20=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 85 (33.59% from 255 or 74.56% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 85 - color contains mainly: green. Hex color #095514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095514 is #F6AAEB. Grayscale: #373737. Windows color (decimal): -16165612 or 1332489. OLE color: 1332489.

HSL color Cylindrical-coordinate representation of color #095514: hue angle of 128.68º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095514 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 20 -
CMYK 0.89 0 0.76 0.67
HSL 128.68º 0.81% 0.18% -
HSV(B) 128.68º 0.89% 0.33% -
XYZ 3.49 6.61 1.75 -
YUV 54.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 9 85 20 0.89 0 0.76 0.67 128.68 0.81 0.18
Hex 9 55 14 59 0 4C 43 81 51 12
Octal 11 125 24 131 0 114 103 201 121 22
Binary 1001 1010101 10100 1011001 0 1001100 1000011 10000001 1010001 10010

Color Harmonies of #095514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095514

Black with #095514

Text Example


Text Example

White with #095514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095514; }

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

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

background-color css

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

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

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

border-color css

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

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

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