Html Css Color HEX #096F0A Green

📋 copy color: '#096F0A'

red 9 ◦ green 111 ◦ blue 10

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

Shades of Green #096F0A

Tints of Green #096F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.69%

R = 6.92%
G = 85.38%
B = 7.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#096F0A (or 0x096F0A) is known color: Green. HEX triplet: 09, 6F and 0A. RGB value is (9,111,10). Sum of RGB (Red+Green+Blue) = 9+111+10=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 111 (43.75% from 255 or 85.38% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 111 - color contains mainly: green. Hex color #096F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096F0A is #F690F5. Grayscale: #454545. Windows color (decimal): -16158966 or 683785. OLE color: 683785.

HSL color Cylindrical-coordinate representation of color #096F0A: hue angle of 120.59º 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 #096F0A is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 10 -
CMYK 0.92 0 0.91 0.56
HSL 120.59º 0.85% 0.24% -
HSV(B) 120.59º 0.92% 0.44% -
XYZ 5.85 11.45 2.19 -
YUV 68.99 94.71 85.21 -
System Red Green Blue C M Y K H S L
Decimal 9 111 10 0.92 0 0.91 0.56 120.59 0.85 0.24
Hex 9 6F A 5C 0 5B 38 79 55 18
Octal 11 157 12 134 0 133 70 171 125 30
Binary 1001 1101111 1010 1011100 0 1011011 111000 1111001 1010101 11000

Color Harmonies of #096F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F0A

Black with #096F0A

Text Example


Text Example

White with #096F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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