Html Css Color HEX #096F13 Green

📋 copy color: '#096F13'

red 9 ◦ green 111 ◦ blue 19

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

Shades of Green #096F13

Tints of Green #096F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 79.86%

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 6.47%
G = 79.86%
B = 13.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#096F13 (or 0x096F13) is known color: Green. HEX triplet: 09, 6F and 13. RGB value is (9,111,19). Sum of RGB (Red+Green+Blue) = 9+111+19=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 111 (43.75% from 255 or 79.86% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 111 - color contains mainly: green. Hex color #096F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096F13 is #F690EC. Grayscale: #464646. Windows color (decimal): -16158957 or 1273609. OLE color: 1273609.

HSL color Cylindrical-coordinate representation of color #096F13: hue angle of 125.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F13 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 19 -
CMYK 0.92 0 0.83 0.56
HSL 125.88º 0.85% 0.24% -
HSV(B) 125.88º 0.92% 0.44% -
XYZ 5.91 11.47 2.52 -
YUV 70.01 99.21 84.48 -
System Red Green Blue C M Y K H S L
Decimal 9 111 19 0.92 0 0.83 0.56 125.88 0.85 0.24
Hex 9 6F 13 5C 0 53 38 7E 55 18
Octal 11 157 23 134 0 123 70 176 125 30
Binary 1001 1101111 10011 1011100 0 1010011 111000 1111110 1010101 11000

Color Harmonies of #096F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F13

Black with #096F13

Text Example


Text Example

White with #096F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096F13; }

 p { color: rgb(9,111,19); }

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

background-color css

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

 a { background-color: rgb(9,111,19); }

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

border-color css

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

 span { border-color: rgb(9,111,19); }

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