Html Css Color HEX #01700C Green

📋 copy color: '#01700C'

red 1 ◦ green 112 ◦ blue 12

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

Shades of Green #01700C

Tints of Green #01700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 89.6%

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

R = 0.8%
G = 89.6%
B = 9.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#01700C (or 0x01700C) is known color: Green. HEX triplet: 01, 70 and 0C. RGB value is (1,112,12). Sum of RGB (Red+Green+Blue) = 1+112+12=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 112 (44.14% from 255 or 89.6% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 112 - color contains mainly: green. Hex color #01700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01700C is #FE8FF3. Grayscale: #434343. Windows color (decimal): -16682996 or 815105. OLE color: 815105.

HSL color Cylindrical-coordinate representation of color #01700C: hue angle of 125.95º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01700C is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 12 -
CMYK 0.99 0 0.89 0.56
HSL 125.95º 0.98% 0.22% -
HSV(B) 125.95º 0.99% 0.44% -
XYZ 5.87 11.62 2.28 -
YUV 67.41 96.73 80.63 -
System Red Green Blue C M Y K H S L
Decimal 1 112 12 0.99 0 0.89 0.56 125.95 0.98 0.22
Hex 1 70 C 63 0 59 38 7E 62 16
Octal 1 160 14 143 0 131 70 176 142 26
Binary 1 1110000 1100 1100011 0 1011001 111000 1111110 1100010 10110

Color Harmonies of #01700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01700C

Black with #01700C

Text Example


Text Example

White with #01700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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