Html Css Color HEX #095400 Myrtle

📋 copy color: '#095400'

red 9 ◦ green 84 ◦ blue 0

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

Shades of Myrtle #095400

Tints of Myrtle #095400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 90.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 9.68%
G = 90.32%
B = 0%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#095400 (or 0x095400) is known color: Myrtle. HEX triplet: 09, 54 and 00. RGB value is (9,84,0). Sum of RGB (Red+Green+Blue) = 9+84+0=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 84 (33.20% from 255 or 90.32% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 84 - color contains mainly: green. Hex color #095400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095400 is #F6ABFF. Grayscale: #343434. Windows color (decimal): -16165888 or 21513. OLE color: 21513.

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

Color convert

RGB 9 84 0 -
CMYK 0.89 0 1 0.67
HSL 113.57º 1% 0.16% -
HSV(B) 113.57º 1% 0.33% -
XYZ 3.28 6.4 1.06 -
YUV 52 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 9 84 0 0.89 0 1 0.67 113.57 1 0.16
Hex 9 54 0 59 0 64 43 72 64 10
Octal 11 124 0 131 0 144 103 162 144 20
Binary 1001 1010100 0 1011001 0 1100100 1000011 1110010 1100100 10000

Color Harmonies of #095400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095400

Black with #095400

Text Example


Text Example

White with #095400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095400; }

 p { color: rgb(9,84,0); }

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

background-color css

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

 a { background-color: rgb(9,84,0); }

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

border-color css

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

 span { border-color: rgb(9,84,0); }

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