Html Css Color HEX #01680E Green

📋 copy color: '#01680E'

red 1 ◦ green 104 ◦ blue 14

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

Shades of Green #01680E

Tints of Green #01680E

RGB

 RED value IS 1 (0.78% from 255) = 0.84%

 GREEN value IS 104 (41.02% from 255) = 87.39%

 BLUE value IS 14 (5.86% from 255) = 11.76%

R = 0.84%
G = 87.39%
B = 11.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#01680E (or 0x01680E) is known color: Green. HEX triplet: 01, 68 and 0E. RGB value is (1,104,14). Sum of RGB (Red+Green+Blue) = 1+104+14=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 104 (41.02% from 255 or 87.39% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 104 - color contains mainly: green. Hex color #01680E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01680E is #FE97F1. Grayscale: #3F3F3F. Windows color (decimal): -16685042 or 944129. OLE color: 944129.

HSL color Cylindrical-coordinate representation of color #01680E: hue angle of 127.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01680E is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 14 -
CMYK 0.99 0 0.87 0.59
HSL 127.57º 0.98% 0.21% -
HSV(B) 127.57º 0.99% 0.41% -
XYZ 5.04 9.94 2.07 -
YUV 62.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 1 104 14 0.99 0 0.87 0.59 127.57 0.98 0.21
Hex 1 68 E 63 0 57 3B 80 62 15
Octal 1 150 16 143 0 127 73 200 142 25
Binary 1 1101000 1110 1100011 0 1010111 111011 10000000 1100010 10101

Color Harmonies of #01680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01680E

Black with #01680E

Text Example


Text Example

White with #01680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01680E; }

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

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

background-color css

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

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

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

border-color css

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

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

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