Html Css Color HEX #0E6701 Green

📋 copy color: '#0E6701'

red 14 ◦ green 103 ◦ blue 1

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

Shades of Green #0E6701

Tints of Green #0E6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 87.29%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 11.86%
G = 87.29%
B = 0.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#0E6701 (or 0x0E6701) is known color: Green. HEX triplet: 0E, 67 and 01. RGB value is (14,103,1). Sum of RGB (Red+Green+Blue) = 14+103+1=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 103 (40.62% from 255 or 87.29% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6701 is #F198FE. Grayscale: #414141. Windows color (decimal): -15833343 or 91918. OLE color: 91918.

HSL color Cylindrical-coordinate representation of color #0E6701: hue angle of 112.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E6701 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 103 1 -
CMYK 0.86 0 0.99 0.60
HSL 112.35º 0.98% 0.2% -
HSV(B) 112.35º 0.99% 0.4% -
XYZ 5.04 9.8 1.65 -
YUV 64.76 92.01 91.79 -
System Red Green Blue C M Y K H S L
Decimal 14 103 1 0.86 0 0.99 0.60 112.35 0.98 0.2
Hex E 67 1 56 0 63 3C 70 62 14
Octal 16 147 1 126 0 143 74 160 142 24
Binary 1110 1100111 1 1010110 0 1100011 111100 1110000 1100010 10100

Color Harmonies of #0E6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6701

Black with #0E6701

Text Example


Text Example

White with #0E6701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,103,1); }

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

background-color css

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

 a { background-color: rgb(14,103,1); }

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

border-color css

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

 span { border-color: rgb(14,103,1); }

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