Html Css Color HEX #01660C Green

📋 copy color: '#01660C'

red 1 ◦ green 102 ◦ blue 12

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

Shades of Green #01660C

Tints of Green #01660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 88.7%

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 0.87%
G = 88.7%
B = 10.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#01660C (or 0x01660C) is known color: Green. HEX triplet: 01, 66 and 0C. RGB value is (1,102,12). Sum of RGB (Red+Green+Blue) = 1+102+12=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 102 (40.23% from 255 or 88.70% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 102 - color contains mainly: green. Hex color #01660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01660C is #FE99F3. Grayscale: #3D3D3D. Windows color (decimal): -16685556 or 812545. OLE color: 812545.

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

Color convert

RGB 1 102 12 -
CMYK 0.99 0 0.88 0.6
HSL 126.53º 0.98% 0.2% -
HSV(B) 126.53º 0.99% 0.4% -
XYZ 4.83 9.54 1.93 -
YUV 61.54 100.04 84.82 -
System Red Green Blue C M Y K H S L
Decimal 1 102 12 0.99 0 0.88 0.6 126.53 0.98 0.2
Hex 1 66 C 63 0 58 3C 7F 62 14
Octal 1 146 14 143 0 130 74 177 142 24
Binary 1 1100110 1100 1100011 0 1011000 111100 1111111 1100010 10100

Color Harmonies of #01660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01660C

Black with #01660C

Text Example


Text Example

White with #01660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01660C; }

 p { color: rgb(1,102,12); }

 H1.HeaderClassName
 {
   color: #01660C;
 }
 .AnyTagClassName
 {
   color: #01660C;
 }
</style>

background-color css

<style>
 a { background-color: #01660C; }

 a { background-color: rgb(1,102,12); }

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

border-color css

<style>
 span { border-color: #01660C; }

 span { border-color: rgb(1,102,12); }

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