Html Css Color HEX #0E6D0D Green

📋 copy color: '#0E6D0D'

red 14 ◦ green 109 ◦ blue 13

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

Shades of Green #0E6D0D

Tints of Green #0E6D0D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 80.15%

 BLUE value IS 13 (5.47% from 255) = 9.56%

R = 10.29%
G = 80.15%
B = 9.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#0E6D0D (or 0x0E6D0D) is known color: Green. HEX triplet: 0E, 6D and 0D. RGB value is (14,109,13). Sum of RGB (Red+Green+Blue) = 14+109+13=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 109 (42.97% from 255 or 80.15% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 109 - color contains mainly: green. Hex color #0E6D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6D0D is #F192F2. Grayscale: #454545. Windows color (decimal): -15831795 or 879886. OLE color: 879886.

HSL color Cylindrical-coordinate representation of color #0E6D0D: hue angle of 119.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6D0D is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 14 109 13 -
CMYK 0.87 0 0.88 0.57
HSL 119.38º 0.79% 0.24% -
HSV(B) 119.38º 0.88% 0.43% -
XYZ 5.72 11.06 2.21 -
YUV 69.65 96.03 88.31 -
System Red Green Blue C M Y K H S L
Decimal 14 109 13 0.87 0 0.88 0.57 119.38 0.79 0.24
Hex E 6D D 57 0 58 39 77 4F 18
Octal 16 155 15 127 0 130 71 167 117 30
Binary 1110 1101101 1101 1010111 0 1011000 111001 1110111 1001111 11000

Color Harmonies of #0E6D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6D0D

Black with #0E6D0D

Text Example


Text Example

White with #0E6D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,109,13); }

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

background-color css

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

 a { background-color: rgb(14,109,13); }

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

border-color css

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

 span { border-color: rgb(14,109,13); }

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