Html Css Color HEX #01690D Green

📋 copy color: '#01690D'

red 1 ◦ green 105 ◦ blue 13

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

Shades of Green #01690D

Tints of Green #01690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 88.24%

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

R = 0.84%
G = 88.24%
B = 10.92%

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

#01690D (or 0x01690D) is known color: Green. HEX triplet: 01, 69 and 0D. RGB value is (1,105,13). Sum of RGB (Red+Green+Blue) = 1+105+13=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 105 (41.41% from 255 or 88.24% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 105 - color contains mainly: green. Hex color #01690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01690D is #FE96F2. Grayscale: #3F3F3F. Windows color (decimal): -16684787 or 878849. OLE color: 878849.

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

Color convert

RGB 1 105 13 -
CMYK 0.99 0 0.88 0.59
HSL 126.92º 0.98% 0.21% -
HSV(B) 126.92º 0.99% 0.41% -
XYZ 5.14 10.14 2.07 -
YUV 63.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 1 105 13 0.99 0 0.88 0.59 126.92 0.98 0.21
Hex 1 69 D 63 0 58 3B 7F 62 15
Octal 1 151 15 143 0 130 73 177 142 25
Binary 1 1101001 1101 1100011 0 1011000 111011 1111111 1100010 10101

Color Harmonies of #01690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01690D

Black with #01690D

Text Example


Text Example

White with #01690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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