Html Css Color HEX #096914 Green

📋 copy color: '#096914'

red 9 ◦ green 105 ◦ blue 20

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

Shades of Green #096914

Tints of Green #096914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 78.36%

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 6.72%
G = 78.36%
B = 14.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#096914 (or 0x096914) is known color: Green. HEX triplet: 09, 69 and 14. RGB value is (9,105,20). Sum of RGB (Red+Green+Blue) = 9+105+20=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 105 (41.41% from 255 or 78.36% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 105 - color contains mainly: green. Hex color #096914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096914 is #F696EB. Grayscale: #424242. Windows color (decimal): -16160492 or 1337609. OLE color: 1337609.

HSL color Cylindrical-coordinate representation of color #096914: hue angle of 126.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096914 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 20 -
CMYK 0.91 0 0.81 0.59
HSL 126.88º 0.84% 0.22% -
HSV(B) 126.88º 0.91% 0.41% -
XYZ 5.29 10.21 2.35 -
YUV 66.61 101.7 86.91 -
System Red Green Blue C M Y K H S L
Decimal 9 105 20 0.91 0 0.81 0.59 126.88 0.84 0.22
Hex 9 69 14 5B 0 51 3B 7F 54 16
Octal 11 151 24 133 0 121 73 177 124 26
Binary 1001 1101001 10100 1011011 0 1010001 111011 1111111 1010100 10110

Color Harmonies of #096914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096914

Black with #096914

Text Example


Text Example

White with #096914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096914; }

 p { color: rgb(9,105,20); }

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

background-color css

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

 a { background-color: rgb(9,105,20); }

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

border-color css

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

 span { border-color: rgb(9,105,20); }

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