Html Css Color HEX #095A0D Myrtle

📋 copy color: '#095A0D'

red 9 ◦ green 90 ◦ blue 13

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

Shades of Myrtle #095A0D

Tints of Myrtle #095A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.61%

R = 8.04%
G = 80.36%
B = 11.61%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#095A0D (or 0x095A0D) is known color: Myrtle. HEX triplet: 09, 5A and 0D. RGB value is (9,90,13). Sum of RGB (Red+Green+Blue) = 9+90+13=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #095A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A0D is #F6A5F2. Grayscale: #393939. Windows color (decimal): -16164339 or 875017. OLE color: 875017.

HSL color Cylindrical-coordinate representation of color #095A0D: hue angle of 122.96º 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 #095A0D is Cyan = 0.9, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 13 -
CMYK 0.9 0 0.86 0.65
HSL 122.96º 0.82% 0.19% -
HSV(B) 122.96º 0.9% 0.35% -
XYZ 3.84 7.4 1.61 -
YUV 57 103.16 93.76 -
System Red Green Blue C M Y K H S L
Decimal 9 90 13 0.9 0 0.86 0.65 122.96 0.82 0.19
Hex 9 5A D 5A 0 56 41 7B 52 13
Octal 11 132 15 132 0 126 101 173 122 23
Binary 1001 1011010 1101 1011010 0 1010110 1000001 1111011 1010010 10011

Color Harmonies of #095A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A0D

Black with #095A0D

Text Example


Text Example

White with #095A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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