Html Css Color HEX #0E6613 Green

📋 copy color: '#0E6613'

red 14 ◦ green 102 ◦ blue 19

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

Shades of Green #0E6613

Tints of Green #0E6613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 75.56%

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

R = 10.37%
G = 75.56%
B = 14.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#0E6613 (or 0x0E6613) is known color: Green. HEX triplet: 0E, 66 and 13. RGB value is (14,102,19). Sum of RGB (Red+Green+Blue) = 14+102+19=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 102 (40.23% from 255 or 75.56% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6613 is #F199EC. Grayscale: #424242. Windows color (decimal): -15833581 or 1271310. OLE color: 1271310.

HSL color Cylindrical-coordinate representation of color #0E6613: hue angle of 123.41º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6613 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 14 102 19 -
CMYK 0.86 0 0.81 0.6
HSL 123.41º 0.76% 0.23% -
HSV(B) 123.41º 0.86% 0.4% -
XYZ 5.05 9.64 2.21 -
YUV 66.23 101.35 90.75 -
System Red Green Blue C M Y K H S L
Decimal 14 102 19 0.86 0 0.81 0.6 123.41 0.76 0.23
Hex E 66 13 56 0 51 3C 7B 4C 17
Octal 16 146 23 126 0 121 74 173 114 27
Binary 1110 1100110 10011 1010110 0 1010001 111100 1111011 1001100 10111

Color Harmonies of #0E6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6613

Black with #0E6613

Text Example


Text Example

White with #0E6613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,102,19); }

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

background-color css

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

 a { background-color: rgb(14,102,19); }

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

border-color css

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

 span { border-color: rgb(14,102,19); }

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