Html Css Color HEX #01680B Green

📋 copy color: '#01680B'

red 1 ◦ green 104 ◦ blue 11

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

Shades of Green #01680B

Tints of Green #01680B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.48%

R = 0.86%
G = 89.66%
B = 9.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#01680B (or 0x01680B) is known color: Green. HEX triplet: 01, 68 and 0B. RGB value is (1,104,11). Sum of RGB (Red+Green+Blue) = 1+104+11=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 104 (41.02% from 255 or 89.66% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 104 - color contains mainly: green. Hex color #01680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01680B is #FE97F4. Grayscale: #3E3E3E. Windows color (decimal): -16685045 or 747521. OLE color: 747521.

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

Color convert

RGB 1 104 11 -
CMYK 0.99 0 0.89 0.59
HSL 125.83º 0.98% 0.21% -
HSV(B) 125.83º 0.99% 0.41% -
XYZ 5.02 9.93 1.97 -
YUV 62.6 98.88 84.06 -
System Red Green Blue C M Y K H S L
Decimal 1 104 11 0.99 0 0.89 0.59 125.83 0.98 0.21
Hex 1 68 B 63 0 59 3B 7E 62 15
Octal 1 150 13 143 0 131 73 176 142 25
Binary 1 1101000 1011 1100011 0 1011001 111011 1111110 1100010 10101

Color Harmonies of #01680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01680B

Black with #01680B

Text Example


Text Example

White with #01680B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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