Html Css Color HEX #01680D Green

📋 copy color: '#01680D'

red 1 ◦ green 104 ◦ blue 13

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

Shades of Green #01680D

Tints of Green #01680D

RGB

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

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

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

R = 0.85%
G = 88.14%
B = 11.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#01680D (or 0x01680D) is known color: Green. HEX triplet: 01, 68 and 0D. RGB value is (1,104,13). Sum of RGB (Red+Green+Blue) = 1+104+13=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 104 (41.02% from 255 or 88.14% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 104 - color contains mainly: green. Hex color #01680D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01680D is #FE97F2. Grayscale: #3F3F3F. Windows color (decimal): -16685043 or 878593. OLE color: 878593.

HSL color Cylindrical-coordinate representation of color #01680D: hue angle of 126.99º 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 #01680D is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 13 -
CMYK 0.99 0 0.88 0.59
HSL 126.99º 0.98% 0.21% -
HSV(B) 126.99º 0.99% 0.41% -
XYZ 5.04 9.94 2.03 -
YUV 62.83 99.88 83.9 -
System Red Green Blue C M Y K H S L
Decimal 1 104 13 0.99 0 0.88 0.59 126.99 0.98 0.21
Hex 1 68 D 63 0 58 3B 7F 62 15
Octal 1 150 15 143 0 130 73 177 142 25
Binary 1 1101000 1101 1100011 0 1011000 111011 1111111 1100010 10101

Color Harmonies of #01680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01680D

Black with #01680D

Text Example


Text Example

White with #01680D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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