Html Css Color HEX #01670D Green

📋 copy color: '#01670D'

red 1 ◦ green 103 ◦ blue 13

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

Shades of Green #01670D

Tints of Green #01670D

RGB

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

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

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

R = 0.85%
G = 88.03%
B = 11.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#01670D (or 0x01670D) is known color: Green. HEX triplet: 01, 67 and 0D. RGB value is (1,103,13). Sum of RGB (Red+Green+Blue) = 1+103+13=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 103 (40.62% from 255 or 88.03% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 103 - color contains mainly: green. Hex color #01670D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01670D is #FE98F2. Grayscale: #3E3E3E. Windows color (decimal): -16685299 or 878337. OLE color: 878337.

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

Color convert

RGB 1 103 13 -
CMYK 0.99 0 0.87 0.60
HSL 127.06º 0.98% 0.2% -
HSV(B) 127.06º 0.99% 0.4% -
XYZ 4.94 9.74 2 -
YUV 62.24 100.21 84.32 -
System Red Green Blue C M Y K H S L
Decimal 1 103 13 0.99 0 0.87 0.60 127.06 0.98 0.2
Hex 1 67 D 63 0 57 3C 7F 62 14
Octal 1 147 15 143 0 127 74 177 142 24
Binary 1 1100111 1101 1100011 0 1010111 111100 1111111 1100010 10100

Color Harmonies of #01670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01670D

Black with #01670D

Text Example


Text Example

White with #01670D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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