Html Css Color HEX #094101 Myrtle

📋 copy color: '#094101'

red 9 ◦ green 65 ◦ blue 1

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

Shades of Myrtle #094101

Tints of Myrtle #094101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 86.67%

 BLUE value IS 1 (0.78% from 255) = 1.33%

R = 12%
G = 86.67%
B = 1.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#094101 (or 0x094101) is known color: Myrtle. HEX triplet: 09, 41 and 01. RGB value is (9,65,1). Sum of RGB (Red+Green+Blue) = 9+65+1=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 65 (25.78% from 255 or 86.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 65 - color contains mainly: green. Hex color #094101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094101 is #F6BEFE. Grayscale: #292929. Windows color (decimal): -16170751 or 82185. OLE color: 82185.

HSL color Cylindrical-coordinate representation of color #094101: hue angle of 112.5º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #094101 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 1 -
CMYK 0.86 0 0.98 0.75
HSL 112.5º 0.97% 0.13% -
HSV(B) 112.5º 0.98% 0.25% -
XYZ 2.01 3.84 0.66 -
YUV 40.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 9 65 1 0.86 0 0.98 0.75 112.5 0.97 0.13
Hex 9 41 1 56 0 62 4B 70 61 D
Octal 11 101 1 126 0 142 113 160 141 15
Binary 1001 1000001 1 1010110 0 1100010 1001011 1110000 1100001 1101

Color Harmonies of #094101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094101

Black with #094101

Text Example


Text Example

White with #094101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094101; }

 p { color: rgb(9,65,1); }

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

background-color css

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

 a { background-color: rgb(9,65,1); }

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

border-color css

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

 span { border-color: rgb(9,65,1); }

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