Html Css Color HEX #095C10 Myrtle

📋 copy color: '#095C10'

red 9 ◦ green 92 ◦ blue 16

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

Shades of Myrtle #095C10

Tints of Myrtle #095C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 78.63%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 7.69%
G = 78.63%
B = 13.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#095C10 (or 0x095C10) is known color: Myrtle. HEX triplet: 09, 5C and 10. RGB value is (9,92,16). Sum of RGB (Red+Green+Blue) = 9+92+16=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #095C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C10 is #F6A3EF. Grayscale: #3A3A3A. Windows color (decimal): -16163824 or 1072137. OLE color: 1072137.

HSL color Cylindrical-coordinate representation of color #095C10: hue angle of 125.06º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C10 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 92 16 -
CMYK 0.90 0 0.83 0.64
HSL 125.06º 0.82% 0.2% -
HSV(B) 125.06º 0.9% 0.36% -
XYZ 4.03 7.75 1.77 -
YUV 58.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 9 92 16 0.90 0 0.83 0.64 125.06 0.82 0.2
Hex 9 5C 10 5A 0 53 40 7D 52 14
Octal 11 134 20 132 0 123 100 175 122 24
Binary 1001 1011100 10000 1011010 0 1010011 1000000 1111101 1010010 10100

Color Harmonies of #095C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C10

Black with #095C10

Text Example


Text Example

White with #095C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,92,16); }

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

background-color css

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

 a { background-color: rgb(9,92,16); }

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

border-color css

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

 span { border-color: rgb(9,92,16); }

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