Html Css Color HEX #095000 Myrtle

📋 copy color: '#095000'

red 9 ◦ green 80 ◦ blue 0

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

Shades of Myrtle #095000

Tints of Myrtle #095000

RGB

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

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

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

R = 10.11%
G = 89.89%
B = 0%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#095000 (or 0x095000) is known color: Myrtle. HEX triplet: 09, 50 and 00. RGB value is (9,80,0). Sum of RGB (Red+Green+Blue) = 9+80+0=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 80 (31.64% from 255 or 89.89% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 80 - color contains mainly: green. Hex color #095000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095000 is #F6AFFF. Grayscale: #313131. Windows color (decimal): -16166912 or 20489. OLE color: 20489.

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

Color convert

RGB 9 80 0 -
CMYK 0.89 0 1 0.69
HSL 113.25º 1% 0.16% -
HSV(B) 113.25º 1% 0.31% -
XYZ 2.98 5.8 0.96 -
YUV 49.65 99.98 99 -
System Red Green Blue C M Y K H S L
Decimal 9 80 0 0.89 0 1 0.69 113.25 1 0.16
Hex 9 50 0 59 0 64 45 71 64 10
Octal 11 120 0 131 0 144 105 161 144 20
Binary 1001 1010000 0 1011001 0 1100100 1000101 1110001 1100100 10000

Color Harmonies of #095000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095000

Black with #095000

Text Example


Text Example

White with #095000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095000; }

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

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

background-color css

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

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

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

border-color css

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

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

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