Html Css Color HEX #0E6909 Green

📋 copy color: '#0E6909'

red 14 ◦ green 105 ◦ blue 9

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

Shades of Green #0E6909

Tints of Green #0E6909

RGB

 RED value IS 14 (5.86% from 255) = 10.94%

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

 BLUE value IS 9 (3.91% from 255) = 7.03%

R = 10.94%
G = 82.03%
B = 7.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#0E6909 (or 0x0E6909) is known color: Green. HEX triplet: 0E, 69 and 09. RGB value is (14,105,9). Sum of RGB (Red+Green+Blue) = 14+105+9=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 105 (41.41% from 255 or 82.03% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 105 - color contains mainly: green. Hex color #0E6909 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6909 is #F196F6. Grayscale: #434343. Windows color (decimal): -15832823 or 616718. OLE color: 616718.

HSL color Cylindrical-coordinate representation of color #0E6909: hue angle of 116.88º 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 #0E6909 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 105 9 -
CMYK 0.87 0 0.91 0.59
HSL 116.88º 0.84% 0.22% -
HSV(B) 116.88º 0.91% 0.41% -
XYZ 5.28 10.22 1.95 -
YUV 66.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 14 105 9 0.87 0 0.91 0.59 116.88 0.84 0.22
Hex E 69 9 57 0 5B 3B 75 54 16
Octal 16 151 11 127 0 133 73 165 124 26
Binary 1110 1101001 1001 1010111 0 1011011 111011 1110101 1010100 10110

Color Harmonies of #0E6909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6909

Black with #0E6909

Text Example


Text Example

White with #0E6909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E6909; }

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

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

background-color css

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

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

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

border-color css

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

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

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