Html Css Color HEX #095114 Myrtle

📋 copy color: '#095114'

red 9 ◦ green 81 ◦ blue 20

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

Shades of Myrtle #095114

Tints of Myrtle #095114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 73.64%

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

R = 8.18%
G = 73.64%
B = 18.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#095114 (or 0x095114) is known color: Myrtle. HEX triplet: 09, 51 and 14. RGB value is (9,81,20). Sum of RGB (Red+Green+Blue) = 9+81+20=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #095114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095114 is #F6AEEB. Grayscale: #343434. Windows color (decimal): -16166636 or 1331465. OLE color: 1331465.

HSL color Cylindrical-coordinate representation of color #095114: hue angle of 129.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095114 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 20 -
CMYK 0.89 0 0.75 0.68
HSL 129.17º 0.8% 0.18% -
HSV(B) 129.17º 0.89% 0.32% -
XYZ 3.18 5.99 1.65 -
YUV 52.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 9 81 20 0.89 0 0.75 0.68 129.17 0.8 0.18
Hex 9 51 14 59 0 4B 44 81 50 12
Octal 11 121 24 131 0 113 104 201 120 22
Binary 1001 1010001 10100 1011001 0 1001011 1000100 10000001 1010000 10010

Color Harmonies of #095114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095114

Black with #095114

Text Example


Text Example

White with #095114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095114; }

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

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

background-color css

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

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

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

border-color css

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

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

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