Html Css Color HEX #095A0E Myrtle

📋 copy color: '#095A0E'

red 9 ◦ green 90 ◦ blue 14

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

Shades of Myrtle #095A0E

Tints of Myrtle #095A0E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 79.65%

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

R = 7.96%
G = 79.65%
B = 12.39%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#095A0E (or 0x095A0E) is known color: Myrtle. HEX triplet: 09, 5A and 0E. RGB value is (9,90,14). Sum of RGB (Red+Green+Blue) = 9+90+14=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #095A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A0E is #F6A5F1. Grayscale: #393939. Windows color (decimal): -16164338 or 940553. OLE color: 940553.

HSL color Cylindrical-coordinate representation of color #095A0E: hue angle of 123.7º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A0E is Cyan = 0.9, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 14 -
CMYK 0.9 0 0.84 0.65
HSL 123.7º 0.82% 0.19% -
HSV(B) 123.7º 0.9% 0.35% -
XYZ 3.85 7.4 1.64 -
YUV 57.12 103.66 93.68 -
System Red Green Blue C M Y K H S L
Decimal 9 90 14 0.9 0 0.84 0.65 123.7 0.82 0.19
Hex 9 5A E 5A 0 54 41 7C 52 13
Octal 11 132 16 132 0 124 101 174 122 23
Binary 1001 1011010 1110 1011010 0 1010100 1000001 1111100 1010010 10011

Color Harmonies of #095A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A0E

Black with #095A0E

Text Example


Text Example

White with #095A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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