Html Css Color HEX #095006 Myrtle

📋 copy color: '#095006'

red 9 ◦ green 80 ◦ blue 6

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

Shades of Myrtle #095006

Tints of Myrtle #095006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 84.21%

 BLUE value IS 6 (2.73% from 255) = 6.32%

R = 9.47%
G = 84.21%
B = 6.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#095006 (or 0x095006) is known color: Myrtle. HEX triplet: 09, 50 and 06. RGB value is (9,80,6). Sum of RGB (Red+Green+Blue) = 9+80+6=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 80 (31.64% from 255 or 84.21% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 80 - color contains mainly: green. Hex color #095006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095006 is #F6AFF9. Grayscale: #323232. Windows color (decimal): -16166906 or 413705. OLE color: 413705.

HSL color Cylindrical-coordinate representation of color #095006: hue angle of 117.57º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095006 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 6 -
CMYK 0.89 0 0.92 0.69
HSL 117.57º 0.86% 0.17% -
HSV(B) 117.57º 0.93% 0.31% -
XYZ 3.01 5.81 1.13 -
YUV 50.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 9 80 6 0.89 0 0.92 0.69 117.57 0.86 0.17
Hex 9 50 6 59 0 5C 45 76 56 11
Octal 11 120 6 131 0 134 105 166 126 21
Binary 1001 1010000 110 1011001 0 1011100 1000101 1110110 1010110 10001

Color Harmonies of #095006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095006

Black with #095006

Text Example


Text Example

White with #095006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095006; }

 p { color: rgb(9,80,6); }

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

background-color css

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

 a { background-color: rgb(9,80,6); }

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

border-color css

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

 span { border-color: rgb(9,80,6); }

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